body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a:hover {
  color: #007c36;
}
.head-warp {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  height: 160px;
  z-index: 99;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head-warp.curr {
  -webkit-transform: translate(0px, -61px);
  -moz-transform: translate(0px, -61px);
  transform: translate(0px, -61px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head-top {
  width: 100%;
  height: 60px;
  background: #007c36;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.head-top .head-left-img {
  position: absolute;
  left: 0;
  top: 0;
}
.head-top .head-right-img {
  position: absolute;
  right: 0;
  top: 0;
}
.head-top .con {
  width: 85%;
  margin: 0 7.5%;
  color: #fff;
}
.head-top .con .time {
  font-size: 20px;
  margin-top: 16px;
  color: #fff;
}
.head-top .con .lang {
  color: #fff;
  margin-top: 18px;
}
.head-top .con .lang a {
  margin-left: 35px;
  color: #fff;
}
.head-top .con .lang a .fa {
  margin-right: 8px;
  opacity: 0.6;
}
.head-top .con .lang .lang-span {
  margin-left: 35px;
}
.head-top .con .lang .lang-span a {
  margin-left: 10px;
  vertical-align: middle;
}
.head-top .con .search {
  margin: 12px 0 0 65px;
  line-height: 35px;
}
.head-top .con .search .sea-input {
  height: 35px;
  padding: 0 10px;
  background: #fff;
  border-radius: 5px 0 0 5px;
  border: 2px solid #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head-top .con .search .sea-input:focus {
  border: 2px solid #8ec14b;
}
.head-top .con .search .tit {
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  border-radius: 0 5px 5px 0;
  background: #8ec14b;
  padding: 0 15px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head-top .con .search .tit:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.head-com {
  width: 100%;
  background: #fff;
  position: relative;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
.head-com .nav-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  margin-top: 100px;
  height: auto;
  background: url(../images/ind-img36.jpg) no-repeat 8.5% 0 rgba(255, 255, 255, 0.96);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 25px 0;
  display: none;
}
.head-com .nav-bg .con {
  float: right;
  width: 85%;
  margin-right: 7.5%;
}
.head-com .nav-bg .con .nav-info {
  width: 380px;
  margin-left: 57px;
  padding-left: 57px;
  border-left: 1px solid #e3e3e5;
}
.head-com .nav-bg .con .nav-info .tit {
  font-size: 16px;
  margin-bottom: 15px;
}
.head-com .nav-bg .con .nav-info .info {
  font-size: 14px;
  color: #999;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 72px;
}
.head-com .nav-bg .con .nav-info .ind-download-a {
  padding: 10px 25px 10px 25px;
}
.head-com .nav-bg .con .nav-info .ind-download-a:after {
  border-bottom: 42px solid transparent;
}
.head-com .nav-bg .con .nav-a {
  width: 470px;
}
.head-com .nav-bg .con .nav-a .Level-wp {
  width: 18%;
  float: left;
  margin: 0 2% 10px 0;
}
.head-com .nav-bg .con .nav-a .Level-wp .secondary {
  display: block;
  line-height: 32px;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  border-bottom: 1px solid #888;
}
.head-com .nav-bg .con .nav-a .Level-wp .secondary .fa {
  margin-right: 5px;
  font-size: 18px;
}
.head-com .nav-bg .con .nav-a .Level-wp .Level3 {
  width: 100%;
  margin-bottom: 10px;
}
.head-com .nav-bg .con .nav-a .Level-wp .Level3 a {
  font-size: 15px;
  display: block;
  line-height: 34px;
  border-bottom: 1px solid #ddd;
}
.head-com .nav-bg .con .nav-a .Level-wp .Level3 a .fa {
  margin-right: 5px;
}
.head-com .head-com-left-img {
  position: absolute;
  left: 0;
  top: 0;
}
.head-com .head-com-right-img {
  position: absolute;
  right: 0;
  top: 0;
}
.head-com .head-box {
  width: 89%;
  height: 100px;
  margin: 0 4.5%;
}
.head-com .head-box .logo {
  width: 35%;
  line-height: 100px;
}
.head-com .head-box .logo a {
  overflow: hidden;
  display: block;
}
.head-com .head-box .logo img {
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
}
.head-com .head-box .logo span {
  display: block;
  margin-left: 15px;
  margin-top: 2px;
  padding-top: 5px;
  font-size: 16px;
  color: #3180ce;
  font-weight: bold;
}
.head-com .head-box .nav {
  margin-right: -18px;
}
.head-com .head-box .nav li {
  float: left;
  height: 100px;
  padding-top: 25px;
}
.head-com .head-box .nav .nav-li {
  padding: 15px 10px;
  display: block;
  float: left;
  position: relative;
}
.head-com .head-box .nav .nav-li span {
  position: relative;
  z-index: 2;
  font-size: 14px;
}
.head-com .head-box .nav .nav-li:hover {
  color: #fff;
}
.head-com .head-box .nav .nav-li.curr {
  color: #fff;
  z-index: 2;
}
.head-com .head-box .nav .nav-li.curr span {
  position: relative;
  z-index: 2;
}
.head-com .head-box .nav .nav-li:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background: #007c36;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.head-com .head-box .nav .nav-li.curr:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background: #007c36;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.top-bot {
  height: 160px;
  width: 100%;
}
.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination-bullet {
  background: #fff;
}
.banner .banner-next {
  top: 48%;
  width: 64px;
  height: 64px;
  background: url(../images/arr-right.png) no-repeat center center rgba(40, 113, 200, 0.3);
}
.banner .banner-prev {
  top: 48%;
  width: 64px;
  height: 64px;
  background: url(../images/arr-left.png) no-repeat center center rgba(40, 113, 200, 0.3);
}
#LAY_layuipro {
  height: 400px;
  overflow: hidden;
}
#LAY_layuipro img {
  display: block;
  width: 100%;
}
.ind-about {
  width: 1920px;
  margin: 51px 0 83px -960px;
  left: 50%;
  height: auto;
  position: relative;
}
.ind-about .ab-bg-img1 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.ind-about .ab-bg-img2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.ind-about .con {
  width: 1200px;
  margin: 0 auto;
}
.ind-about .con .tit {
  width: 36%;
  margin-top: 85px;
  color: #007c36;
  font-size: 30px;
  padding-left: 0px;
}
.ind-about .con .tit span {
  display: block;
}
.ind-about .con .info {
  margin-top: 20px;
  width: 63%;
}
.ind-about .con .info .info-t {
  line-height: 30px;
  list-style: disc;
}
.ind-about .con .info .info-t li {
  line-height: 30px;
}
.ind-download-a {
  margin-top: 20px;
  display: block;
  float: left;
  padding: 18px 35px 18px 55px;
  color: #fff;
  position: relative;
  background: #007c36;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-download-a .fa {
  position: relative;
  z-index: 1;
  font-size: 24px;
  vertical-align: top;
  margin: -1px 0 0 5px;
}
.ind-download-a span {
  position: relative;
  z-index: 1;
}
.ind-download-a.ind-download-a-green {
  color: #eb6101;
  background: #ffff00;
  width: calc(33.33% - 50px);
  text-align: center;
  font-size: 20px;
}
.ind-download-a.ind-download-a-green .fa {
  margin-top: 2px;
}
.ind-download-a.ind-download-a-green:hover {
  background: #ffff00;
  color: #eb6101;
  box-shadow: -15px -10px 25px rgba(235, 97, 1, 0.5);
}
.ind-download-a.ind-download-a-green:after {
  border-left: 20px solid #ffff00;
}
.ind-download-a.ind-download-a-orange {
  color: #009a44;
  background: #ffff00;
  width: calc(33.33% - 50px);
  text-align: center;
  font-size: 20px;
}
.ind-download-a.ind-download-a-orange .fa {
  margin-top: 2px;
}
.ind-download-a.ind-download-a-orange:hover {
  background: #ffff00;
  color: #009a44;
  box-shadow: -15px -10px 25px rgba(0, 154, 68, 0.5);
}
.ind-download-a.ind-download-a-orange:after {
  border-left: 20px solid #ffff00;
}
.ind-download-a.page-a-retail {
  color: #fff;
  background: #de5f10;
  text-align: center;
  font-size: 16px;
}
.ind-download-a.page-a-retail .fa {
  margin-top: 2px;
}
.ind-download-a.page-a-retail:hover {
  background: #de5f10;
  color: #fff;
  box-shadow: -15px -10px 25px rgba(204, 102, 0, 0.5);
}
.ind-download-a.page-a-retail:after {
  border-left: 20px solid #de5f10;
}
.ind-download-a.page-a-ipfm {
  color: #fff;
  background: #007c36;
  text-align: center;
  font-size: 16px;
}
.ind-download-a.page-a-ipfm .fa {
  margin-top: 2px;
}
.ind-download-a.page-a-ipfm:hover {
  background: #007c36;
  color: #fff;
  box-shadow: -15px -10px 25px rgba(51, 153, 108, 0.5);
}
.ind-download-a.page-a-ipfm:after {
  border-left: 20px solid #007c36;
}
.ind-download-a:after {
  content: ' ';
  position: absolute;
  right: -20px;
  top: 0;
  border-top: 0px solid transparent;
  border-left: 20px solid #007c36;
  border-bottom: 60px solid transparent;
}
.ind-download-a:hover {
  color: #fff;
  box-shadow: -15px -10px 25px rgba(40, 113, 200, 0.5);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translate(5px, 5px);
  -moz-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}
.ind-scale {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  height: auto;
  position: relative;
  background: url(../images/ind-img8.png) no-repeat right top #2267ba;
}
.ind-scale .con {
  width: 1014px;
  margin: 0 auto;
  color: #fff;
}
.ind-scale .con .top {
  width: 100%;
  overflow: hidden;
  /*border-bottom:3px solid #fff;*/
  padding: 45px 0 30px 0;
}
.ind-scale .con .top .top-li {
  margin-right: 14.5%;
  float: left;
}
.ind-scale .con .top .top-li .tit {
  margin: 18px 0 0 20px;
}
.ind-scale .con .top .top-li .tit .title {
  font-size: 18px;
}
.ind-scale .con .top .top-li .tit .info {
  font-size: 40px;
}
.ind-scale .con .top .top-li .tit .info sub {
  font-size: 16px;
}
.ind-scale .con .top .top-li:last-of-type {
  margin-right: 0;
  float: right;
}
.ind-scale .con .time {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-top: 42px;
}
.ind-scale .con .time .title {
  font-size: 22px;
}
.desc li {
  width: 29.9%;
  float: left;
  margin: 0 5.1% 0 0;
  min-height: 446px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.desc li .img {
  max-width: 100%;
  max-height: 226px;
  line-height: 226px;
  margin-bottom: 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: relative;
  overflow: hidden;
}
.desc li .img img {
  max-width: 100%;
  max-height: 226px;
  vertical-align: middle;
}
.desc li .box {
  padding: 5% 8% 10%;
}
.desc li .box h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 20px;
  color: #007c36;
}
.desc li .box p {
  min-height: 40px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: grey;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.desc li .box .more {
  padding-top: 15px;
  color: #007c36;
  display: block;
}
.desc li:nth-of-type(3n) {
  margin-right: 0;
}
.desc li:hover {
  transform: scale(1.01);
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-advantage {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  height: 378px;
  position: relative;
  background: url(../images/ind-img12.jpg) no-repeat fixed top !important;
  margin-top: 25px;
}
.ind-advantage .con {
  width: 1360px;
  margin: 0 auto;
}
.ind-advantage .con .adv-desc {
  /*display: none;*/
  margin-top: 15px;
  color: #fff;
  text-align: left;
  line-height: 1.6;
  /*padding-left: 15px;*/
}
.ind-advantage .con .adv-desc li {
  float: left;
}
.ind-advantage .con .adv-desc span {
  float: left;
  font-size: 14px;
}
.ind-advantage .con .adv-desc span:nth-of-type(2) {
  margin-left: 5px;
  width: calc(100% - 15px);
}
.ind-advantage .con .advantage-li {
  width: 15%;
  float: left;
  text-align: left;
  margin: 0 11px;
}
.ind-advantage .con .advantage-li .img {
  margin: 70px 0 10px 0;
  transition: all 400ms;
}
.ind-advantage .con .advantage-li .img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-advantage .con .advantage-li .img:hover ~ .adv-desc {
  display: block;
}
.ind-advantage .con .advantage-li .img:hover {
  margin-top: 70px;
}
.ind-advantage .con .advantage-li .title {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
}
.ind-advantage .con .advantage-li .title span {
  display: block;
}
.ind-advantage .con .advantage-li:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.mxpackinfo {
  background-image: url(../images/page-img101.png);
  background-color: #141414;
  height: 510px;
  margin-top: 50px;
  padding-top: 40px;
}
.mxpackinfo .con {
  width: 1200px;
}
.mxpackinfo .con .page-text {
  color: #fff;
  line-height: 30px;
}
.mxpack-tit {
  font-size: 36px;
  line-height: 50px;
  margin-bottom: 15px;
  color: #fc8e00;
  font-weight: bold;
}
.mxpack-core {
  padding: 30px 0;
}
.mxpack-core .mxpack-tit {
  padding-bottom: 15px;
}
.mxpack-core .core-li {
  padding: 50px 0;
  border-top: 1px solid #e5e5e5;
}
.mxpack-core .core-li .core-img {
  float: left;
  width: 49.5%;
}
.mxpack-core .core-li .core-tit {
  float: right;
  width: 47%;
}
.mxpack-core .core-li .core-tit .tit {
  font-size: 36px;
  font-weight: bold;
  position: relative;
  margin-top: 12px;
  float: left;
  overflow: hidden;
}
.mxpack-core .core-li .core-tit .tit span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fdb04c;
  height: 20px;
  content: ' ';
  z-index: -1;
}
.mxpack-core .core-li .core-tit .tit-info {
  font-size: 30px;
  margin: 8px 0 20px 0;
}
.mxpack-core .core-li .core-tit .info {
  line-height: 30px;
}
.mxpack-core .core-li:nth-of-type(2n) .core-img {
  float: right;
}
.mxpack-core .core-li:nth-of-type(2n) .core-tit {
  float: left;
}
.mxpack-core .core-li:last-of-type {
  border-bottom: 1px solid #e5e5e5;
}
.mxpack-core .core-a {
  width: 20%;
  margin: 40px 40% 0;
}
.mxpack-core .core-a .ind-download-a {
  float: none;
}
.channel {
  height: 600px;
  background: url(../images/page-img116.jpg) no-repeat left top;
}
.channel .con .channel-top {
  width: 100%;
  padding: 15px 0 45px 0;
}
.channel .con .channel-top .channel-img {
  padding: 46px 58px;
}
.channel .con .channel-top .channel-info {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 55px;
}
.channel .con .channel-top .channel-info img {
  margin-right: 15px;
  vertical-align: middle;
}
.channel .con .channel-con {
  position: relative;
}
.channel .con .channel-tit {
  font-size: 34px;
  color: #221f1f;
  font-weight: bold;
  text-align: right;
  margin-top: 38px;
}
.channel .con .advantage-li .img {
  margin: 0;
}
.channel .con .swiper-container-channel {
  overflow: hidden;
}
.channel .con .swiper-pagination {
  bottom: -48px;
}
.channel .con .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
}
.channel .con .swiper-slide {
  max-width: 290px;
  max-height: 235px;
  line-height: 235px;
  text-align: center;
}
.channel .con .swiper-slide img {
  display: initial;
  vertical-align: middle;
  max-width: 100%;
  max-height: 235px;
}
.Exhibits-range {
  background: url(../images/page-img118.jpg) left top no-repeat;
  height: 430px;
}
.Exhibits-range .con {
  width: 1200px;
}
.Exhibits-range .range-con {
  color: #fff;
  padding: 60px 0;
}
.Exhibits-range .range-con .box {
  width: 45%;
}
.Exhibits-range .range-con .box .tit {
  color: #fc8e00;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 30px;
}
.Exhibits-range .range-con .box .li-box .li {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 18px;
  margin: 9px 0;
}
.Exhibits-range .range-con .box .li-box .li img {
  margin-right: 10px;
}
.vip-buyers .mxpack-tit {
  margin-top: 40px;
}
.vip-buyers .vip-img {
  margin: 40px 0 50px;
}
.brilliant {
  margin: 20px 0;
}
.brilliant .brilliant-li {
  padding: 30px;
  margin: 40px 0;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.brilliant .brilliant-li .img {
  width: 31%;
  float: left;
}
.brilliant .brilliant-li .title {
  width: 62%;
  margin-right: 4%;
  float: right;
}
.brilliant .brilliant-li .title .tit {
  font-size: 28px;
  position: relative;
}
.brilliant .brilliant-li .title .tit span {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  margin: 5px 10px 0 0;
}
.brilliant .brilliant-li .title .tit a {
  color: #fff;
}
.brilliant .brilliant-li .title .info {
  line-height: 30px;
  margin: 20px 0 10px 0;
}
.brilliant .brilliant-li .title .info a {
  color: #fff;
}
.brilliant .brilliant-li .title .more {
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 4px;
}
.brilliant .brilliant-li .title .more .fa {
  font-size: 24px;
  vertical-align: top;
  margin-top: -1px;
}
.brilliant .brilliant-li:nth-of-type(1n) {
  background: #5f94d4;
}
.brilliant .brilliant-li:nth-of-type(2n) {
  background: #59bd9b;
}
.brilliant .brilliant-li:nth-of-type(3n) {
  background: #3d7bc6;
}
.brilliant .brilliant-li:nth-of-type(4n) {
  background: #ed6f73;
}
.brilliant .brilliant-li:nth-of-type(5n) {
  background: #616bab;
}
.brilliant .brilliant-li:nth-of-type(6n) {
  background: #5f94d4;
}
.brilliant .brilliant-li:nth-of-type(7n) {
  background: #59bd9b;
}
.brilliant .brilliant-li:nth-of-type(8n) {
  background: #3d7bc6;
}
.brilliant .brilliant-li:nth-of-type(9n) {
  background: #ed6f73;
}
.brilliant .brilliant-li:nth-of-type(10n) {
  background: #616bab;
}
.brilliant .brilliant-li:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news {
  width: 100%;
  background: url(../images/ind-img13.png) no-repeat right top;
  overflow: hidden;
  padding: 220px 0 35px 0;
  position: relative;
}
.ind-news .con {
  width: 85%;
  margin: 0 7.5%;
}
.ind-news .con .con-li {
  width: 30%;
  float: left;
  line-height: 28px;
  margin: 4% 5% 4% 0;
}
.ind-news .con .con-li .img {
  width: 100%;
  max-height: 254px;
}
.ind-news .con .con-li .img img {
  max-width: 100%;
  max-height: 254px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news .con .con-li .img .tit-box {
  position: relative;
  bottom: 58px;
  float: right;
  padding: 10px 30px;
  margin-right: 25px;
  margin-bottom: -49px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news .con .con-li .img .tit-box span {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 18px;
}
.ind-news .con .con-li .img .tit-box:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background: #77c95c;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.ind-news .con .con-li .img:hover img {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news .con .con-li .img:hover .tit-box {
  -webkit-transform: translate(8px, 0px);
  -moz-transform: translate(8px, 0px);
  transform: translate(8px, 0px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.ind-news .con .con-li .tit {
  width: 100%;
  font-size: 18px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin: 15px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ind-news .con .con-li .tit img {
  vertical-align: middle;
  margin-right: 10px;
}
.ind-news .con .con-li .top {
  border: none;
  height: 52px;
}
.ind-news .con .con-li .info {
  width: 100%;
  height: 72px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
}
.ind-news .con .con-li .info a {
  width: 100%;
  color: #999;
  height: 52px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ind-news .con .con-li .li-info {
  background: url(../images/ind-img177.png) no-repeat 0 23px;
  padding: 15px 0 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  height: 87px;
  width: 100%;
}
.ind-news .con .con-li .li-info a {
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.ind-news .con .con-li .more {
  padding-top: 15px;
  color: #77c95c;
  display: block;
}
.ind-news .con .con-li .more .fa {
  font-size: 20px;
  vertical-align: text-bottom;
}
.ind-news .con .con-li:nth-of-type(2) .img .tit-box:after {
  background: #77c95c;
}
.ind-news .con .con-li:nth-of-type(3n) {
  margin-right: 0;
}
.ind-news .con .con-li:nth-of-type(3n) .img .tit-box:after {
  background: #77c95c;
}
.box-tit {
  position: absolute;
  background: url(../images/ind-img23.png) no-repeat left top;
  width: 360px;
  height: 90px;
  float: left;
  font-size: 48px;
  line-height: 90px;
  text-indent: 70px;
  color: #fff;
  top: 0;
  left: 0;
}
.box-tit-bg {
  background: url(../images/ind-img23-bg.png) no-repeat left top;
  width: 367px;
  top: 8px;
}
.ind-Brand {
  width: 100%;
  background: #007c36;
  /* height: 240px; */
  height: 200px;
  margin-top: 75px;
}
.ind-Brand .con {
  width: 85%;
  margin: 0 7.5%;
}
.ind-Brand .con .tit {
  float: left;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-top: 88px;
  margin-right: 40px;
}
.ind-Brand .con .brand-info {
  position: relative;
  padding-top: 40px;
}
.ind-Brand .con .brand-info .swiper-container-Brand {
  overflow: hidden;
}
.ind-Brand .con .brand-info .swiper-pagination {
  bottom: -48px;
}
.ind-Brand .con .brand-info .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
}
.ind-Brand .con .brand-info .swiper-slide {
  /* max-width: 220px;
  max-height: 140px;
  line-height: 140px; */
  max-width: 160px;
  max-height: 100px;
  line-height: 100px;
  border: 2px solid #deaf00;
  background: #fff;
  text-align: center;
}
.ind-Brand .con .brand-info .swiper-slide img {
  vertical-align: middle;
  max-width: 90%;
  max-height: 140px;
}
.id-media {
  background: #f9f9f9;
  height: 252px;
  margin-top: 40px;
}
.id-media .con .tit {
  color: #2871c8;
  margin-top: 95px;
}
.id-media .con .brand-info .swiper-container-horizontal {
  padding-right: 5px;
}
.id-media .con .brand-info .swiper-pagination-bullet {
  background: #333;
}
.id-media .con .brand-info .swiper-pagination-bullet-active {
  background: #64a94e;
}
.id-media .con .brand-info .swiper-slide {
  max-height: 145px;
  line-height: 140px;
  border: 1px solid #e5e5e5;
}
.id-media .con .brand-info .swiper-pagination {
  bottom: -36px;
}
.ind-review {
  position: relative;
  width: 100%;
  padding: 111px 0 140px 0;
  background: url(../images/ind-img224.png) center bottom no-repeat;
}
.ind-review .con {
  width: 85%;
  margin: 0 7.5%;
}
.ind-review .con .tit-info {
  margin-top: 188px;
  width: 49%;
}
.ind-review .con .tit-info .review-img img {
  width: 400px;
}
.ind-review .con .tit-info .review-info {
  line-height: 30px;
}
.ind-review .con .info-data {
  width: 100%;
  padding: 45px 0 25px 0;
  overflow: hidden;
}
.ind-review .con .info-data .data-li {
  width: 33.33%;
  padding: 0 2%;
  text-align: center;
  float: left;
  border-left: 2px dashed #64a94e;
}
.ind-review .con .info-data .data-li .digital {
  font-size: 40px;
  color: #64a94e;
  margin-bottom: 6px;
}
.ind-review .con .info-data .data-li .tit {
  font-size: 16px;
}
.ind-review .con .info-data .data-li:last-of-type {
  border-right: 2px dashed #64a94e;
}
.ind-review .con .review-shuffling {
  width: 44%;
  margin-top: 220px;
  position: relative;
}
.ind-review .con .review-shuffling .shu-img {
  position: absolute;
  left: -315px;
  top: -145px;
}
.ind-review .con .review-shuffling .swiper-pagination {
  bottom: 8%;
}
.ind-review .con .review-shuffling .swiper-container-review {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ind-review .con .review-shuffling .swiper-container-review .swiper-slide {
  max-height: 430px;
  line-height: 430px;
}
.ind-review .con .review-shuffling .swiper-container-review .swiper-slide img {
  width: 100%;
  vertical-align: middle;
}
.ind-review .con .review-shuffling .swiper-pagination-bullet {
  background: #000;
  width: 10px;
  height: 10px;
}
.ind-review .con .review-shuffling .swiper-pagination-bullet-active {
  background: #64a94e;
}
.ind-review .con .ind-previous-img {
  margin-top: 142px;
}
.ind-with {
  padding-bottom: 0;
}
.ind-partners {
  padding-bottom: 120px;
  background-color: #f9f9f9;
}
.ind-rev-bg {
  background: none;
  padding-bottom: 60px;
  padding-top: 0;
}
.ind-news-w {
  padding-top: 0;
}
.page-banner {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
  min-height: 300px;
}
.page-banner .title-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}
.page-banner .title-box .tit-box {
  width: 1200px;
  margin: 93px auto 0;
  color: #fff;
}
.page-banner .title-box .tit-box .tit-h2 {
  font-size: 44px;
  font-weight: normal;
  display: none;
}
.page-banner .title-box .tit-box .tit-p {
  line-height: 30px;
  margin-top: 15px;
  display: none;
}
.page-screen {
  width: 100%;
}
.page-wrap {
  width: 1200px;
  margin: 0 auto;
}
.page-wrap .Breadcrumb {
  font-size: 14px;
  margin: 20px 0 10px 0;
  float: right;
}
.page-wrap .Breadcrumb a {
  color: #999;
}
.page-wrap .Breadcrumb a .fa {
  margin-right: 5px;
  color: #007c36;
  font-size: 18px;
}
.page-wrap .Breadcrumb a:last-of-type {
  color: #007c36;
}
.page-wrap .page-list {
  width: 100%;
  margin-top: 20px;
}
.page-wrap .page-list .pre-info {
  margin: 25px 0;
}
.page-wrap .page-list .pre-info .pre-title {
  font-size: 20px;
  color: #007c36;
  font-weight: bold;
}
.page-wrap .page-list .pre-info .info {
  font-size: 16px;
  line-height: 25px;
}
.page-wrap .page-list .pre-bottom {
  margin-bottom: 15px;
}
.page-wrap .page-list .list-li {
  width: 30.6%;
  float: left;
  margin-right: 4%;
  margin-bottom: 70px;
}
.page-wrap .page-list .list-li .title {
  background: url(../images/about-img8.jpg) #90c449 no-repeat right center;
  float: left;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 33px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .page-list .list-li .title a {
  padding: 0 60px 0 50px;
  color: #fff;
  display: block;
}
.page-wrap .page-list .list-li .box {
  width: 100%;
}
.page-wrap .page-list .list-li .box .img {
  max-width: 100%;
  max-height: 254px;
  line-height: 254px;
  margin-bottom: 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: relative;
  overflow: hidden;
}
.page-wrap .page-list .list-li .box .img img {
  max-width: 100%;
  max-height: 254px;
  vertical-align: middle;
}
.page-wrap .page-list .list-li .box .img:after {
  position: absolute;
  left: -10%;
  bottom: -45px;
  height: 55px;
  width: 120%;
  content: " ";
  transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  background: #fff;
}
.page-wrap .page-list .list-li .box .img-a .fa {
  color: #007c36;
  font-size: 24px;
  margin-left: 5px;
  vertical-align: sub;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .page-list .list-li:hover .title {
  box-shadow: -8px -8px 12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(4px, 4px);
  -moz-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .page-list .list-li:hover .img {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .page-list .list-li:hover .img-a .fa {
  -webkit-transform: translate(4px, 0px);
  -moz-transform: translate(4px, 0px);
  transform: translate(4px, 0px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .page-list .list-li:nth-of-type(3n) {
  margin-right: 0;
}
.page-wrap .page-list.ecout-con .Media-tit {
  color: #90c449;
  margin-bottom: 22px;
}
.page-wrap .page-list.ecout-con .Media-tit .ecout-con-img img {
  max-width: 100%;
  display: block;
}
.page-wrap .page-list.ecout-con .ecout-span {
  color: #2c71a8;
}
.page-wrap .page-list .why-ecout {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  height: auto;
  position: relative;
  background: #f4f4f4;
  margin-top: 25px;
  padding: 50px 0;
}
.page-wrap .page-list .why-ecout .img img {
  max-width: 100%;
  display: block;
}
.page-wrap .page-list .why-ecout.img-banner {
  padding-bottom: 40px;
  text-align: center;
  background: url(../images/page-img129.jpg);
}
.page-wrap .page-list .why-ecout.scope-wrap {
  background: url(../images/page-img132.jpg);
}
.page-wrap .page-list .why-ecout.scope-wrap .Media-tit {
  color: #fff;
}
.page-wrap .page-list .why-ecout.scope-wrap .page-wrap:after {
  display: block;
  clear: both;
  content: '';
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-li {
  float: left;
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-li:last-of-type {
  float: right;
  margin-right: 48px;
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-con {
  color: #fff;
  line-height: 35px;
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-con:after {
  display: block;
  clear: both;
  content: '';
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-con li {
  float: left;
  margin-right: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 280px;
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-con li:last-of-type {
  border-right: 0;
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-con .tit {
  display: block;
}
.page-wrap .page-list .why-ecout.scope-wrap .scope-con .li {
  font-size: 14px;
}
.page-wrap .page-list .may-wrap {
  padding: 60px 0 20px;
}
.page-wrap .page-list .may-wrap .ecout-con-img img {
  max-width: 100%;
  height: auto;
}
.page-wrap .page-text {
  line-height: 28px;
}
.page-wrap .about-carry {
  background: #007c36;
  padding: 35px 120px;
  margin: 30px 0;
}
.page-wrap .about-carry .carry-box {
  float: left;
  color: #fff;
  margin-right: 10%;
  padding-right: 17%;
  border-right: 1px solid #244b7b;
}
.page-wrap .about-carry .carry-box .tit {
  font-size: 24px;
  margin-bottom: 15px;
}
.page-wrap .about-carry .carry-box .tit .fa {
  margin-right: 8px;
}
.page-wrap .about-carry .carry-box .time {
  line-height: 35px;
  font-size: 20px;
}
.page-wrap .about-carry .carry-box .add {
  font-size: 16px;
}
.page-wrap .about-carry .carry-box:nth-of-type(2) {
  margin-right: 0;
  padding-right: 0;
  border: none;
}
.page-wrap .info-data {
  width: 100%;
  margin: 60px 0;
}
.page-wrap .info-data .data-top {
  border-bottom: 2px solid #e5e5e5;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
.page-wrap .info-data .data-top .data-li {
  float: left;
  text-align: center;
  width: 33.33%;
}
.page-wrap .info-data .data-top .data-li .img {
  margin-bottom: 20px;
  min-height: 162px;
  line-height: 162px;
}
.page-wrap .info-data .data-top .data-li .img img {
  vertical-align: middle;
}
.page-wrap .info-data .data-bot {
  width: 100%;
}
.page-wrap .info-data .data-bot .data-li {
  width: 33.33%;
  float: left;
  text-align: center;
}
.page-wrap .info-data .data-bot .data-li .digital {
  font-size: 70px;
  color: #228de1;
  margin-bottom: 10px;
}
.page-wrap .info-data .data-bot .data-li:nth-of-type(2) .digital {
  color: #2ba34a;
}
.page-wrap .info-data .data-bot .data-li:nth-of-type(3) .digital {
  color: #ff8f3e;
}
.page-wrap .accurate-tit {
  font-size: 28px;
  color: #007c36;
  margin-bottom: 20px;
}
.page-wrap .industrial-box {
  width: 100%;
  margin-top: 40px;
}
.page-wrap .industrial-box .item {
  display: flex;
  flex-wrap: wrap;
}
.page-wrap .industrial-box .item .img {
  width: calc(100%/3 - 14px);
  margin-right: 20px;
  margin-bottom: 20px;
}
.page-wrap .industrial-box .item .img img {
  display: block;
  width: 100%;
}
.page-wrap .industrial-box .item .img:nth-child(3n) {
  margin-right: 0;
}
.page-wrap .industrial-box .industrial-li {
  width: 100%;
  padding: 2%;
  float: left;
  margin-bottom: 20px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
}
.page-wrap .industrial-box .industrial-li .img-left {
  width: 20%;
  padding-right: 2%;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  margin-right: 5%;
  height: 100px;
}
.page-wrap .industrial-box .industrial-li .img-left .img {
  margin-top: 10px;
}
.page-wrap .industrial-box .industrial-li .img-left .tit {
  font-size: 15px;
  font-weight: bold;
  margin: 10px 0;
}
.page-wrap .industrial-box .industrial-li .tit-rig {
  width: 68%;
  font-size: 16px;
  line-height: 28px;
  float: none;
  height: 100px;
  vertical-align: middle;
  display: table-cell;
}
.page-wrap .audience-box {
  width: 100%;
  border: 2px dashed #95c3fa;
  padding: 2% 5%;
  margin-bottom: 20px;
}
.page-wrap .audience-box .audience-li {
  width: 20%;
  text-align: center;
  float: left;
  margin: 20px 0;
}
.page-wrap .audience-box .audience-li .img {
  width: 128px;
  height: 128px;
  line-height: 128px;
  margin: 0 auto;
  border-radius: 50%;
  background: #b6d5fc;
}
.page-wrap .audience-box .audience-li .img img {
  vertical-align: middle;
}
.page-wrap .audience-box .audience-li .tit {
  color: #104b92;
  font-size: 20px;
  margin-top: 10px;
}
.page-wrap .new-pavilion {
  width: 100%;
  background: #f9f9f9;
  padding: 5% 3%;
  margin-bottom: 20px;
}
.page-wrap .new-pavilion .img {
  width: 42%;
}
.page-wrap .new-pavilion .tit-box {
  width: 55%;
}
.page-wrap .new-pavilion .tit-box .tit {
  font-size: 30px;
}
.page-wrap .new-pavilion .tit-box .tit span {
  color: #2871c8;
}
.page-wrap .new-pavilion .tit-box .info {
  line-height: 28px;
  margin-top: 15px;
}
.page-wrap .distribution {
  padding: 2% 3%;
}
.page-wrap .distribution .title {
  font-size: 28px;
}
.page-wrap .distribution .info-img {
  margin-top: 30px;
}
.page-wrap .page-down {
  width: 100%;
  padding: 3% 5%;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
}
.page-wrap .page-down .down-con-box {
  display: none;
}
.page-wrap .page-down .down-con-box:first-of-type {
  display: block;
}
.page-wrap .page-down .down-li {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.page-wrap .page-down .down-li a {
  font-size: 18px;
  display: block;
}
.page-wrap .page-down .down-li a .title .fa {
  font-size: 30px;
  color: #dc2e1b;
  margin-right: 25px;
}
.page-wrap .page-down .down-li a .down-a {
  float: right;
}
.page-wrap .page-down .down-li a .down-a .fa {
  font-size: 20px;
  color: #007c36;
}
.page-wrap .page-down .down-li:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}
.page-wrap .page-Activity {
  width: 100%;
}
.page-wrap .page-Activity .Activity-li {
  width: 29.9%;
  float: left;
  margin: 0 5.1% 5.1% 0;
  min-height: 388px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .page-Activity .Activity-li .img {
  max-width: 100%;
  max-height: 226px;
  line-height: 226px;
  margin-bottom: 20px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  position: relative;
  overflow: hidden;
}
.page-wrap .page-Activity .Activity-li .img img {
  max-width: 100%;
  vertical-align: middle;
}
.page-wrap .page-Activity .Activity-li .img:after {
  position: absolute;
  left: -10%;
  bottom: -45px;
  height: 55px;
  width: 120%;
  content: " ";
  transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  background: #fff;
}
.page-wrap .page-Activity .Activity-li .box {
  padding: 5% 8% 10%;
}
.page-wrap .page-Activity .Activity-li .tit {
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.page-wrap .page-Activity .Activity-li .tit a {
  color: #000;
}
.page-wrap .page-Activity .Activity-li .time {
  margin: 10px 0 15px;
  font-size: 18px;
  height: 24px;
}
.page-wrap .page-Activity .Activity-li .time a {
  color: #2871c8;
}
.page-wrap .page-Activity .Activity-li .title {
  margin-bottom: 5px;
}
.page-wrap .page-Activity .Activity-li .info {
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-wrap .page-Activity .Activity-li .info a {
  color: #666;
}
.page-wrap .page-Activity .Activity-li .more {
  padding-top: 15px;
  color: #2871c8;
  display: block;
}
.page-wrap .page-Activity .Activity-li .more .fa {
  font-size: 20px;
  vertical-align: text-bottom;
}
.page-wrap .page-Activity .Activity-li:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0px, -6px);
  -moz-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .page-Activity .Activity-li:nth-of-type(3n) {
  margin-right: 0;
}
.page-wrap .feedback-img {
  width: 100%;
  margin: 62px 0;
}
.page-wrap .exhibitors-comments {
  font-size: 28px;
  margin: 50px 0;
}
.page-wrap .exhibitors-comments-sw {
  position: relative;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments {
  width: 100%;
  overflow: hidden;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .comments-sw-img {
  width: 16%;
  text-align: center;
  margin-right: 1%;
  line-height: 166px;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .comments-sw-img img {
  max-width: 100%;
  max-height: 170px;
  vertical-align: middle;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .swiper-slide {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .swiper-slide:last-of-type {
  border: none;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .comments-sw-tit {
  width: 83%;
  float: none;
  vertical-align: middle;
  display: table-cell;
  height: 170px;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .comments-sw-tit .comments-sw-info {
  line-height: 30px;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .comments-sw-tit .comments-sw-z {
  color: #3a7ccb;
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .swiper-button-prev {
  width: 44px;
  background: url(../images/arr-left.png) center center no-repeat #3a7ccb;
  border-radius: 50%;
  left: -55px;
  top: 47%;
}
.page-wrap .exhibitors-comments-sw .swiper-container-comments .swiper-button-next {
  width: 44px;
  background: url(../images/arr-right.png) center center no-repeat #3a7ccb;
  border-radius: 50%;
  right: -55px;
  top: 47%;
}
.page-wrap .process-box {
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.page-wrap .process-box .bg-list {
  width: 95%;
  position: absolute;
  left: 0;
  top: 75px;
  height: 7px;
  background: #ececec;
  z-index: -1;
}
.page-wrap .process-box .process-li {
  float: left;
  text-align: center;
  margin-right: 8.4%;
}
.page-wrap .process-box .process-li .tit {
  font-size: 18px;
  margin-top: 15px;
  color: #000;
}
.page-wrap .process-box .process-li .info {
  text-align: left;
  margin-top: 10px;
  line-height: 28px;
}
.page-wrap .process-box .process-li .info .fa {
  color: #90c449;
  margin-right: 8px;
}
.page-wrap .process-box .process-li:last-of-type {
  margin-right: 0;
}
.page-wrap .exhibitors-letter {
  width: 100%;
}
.page-wrap .exhibitors-letter a {
  border-right: 1px solid #e5e5e5;
  padding-right: 6px;
  margin-right: 6px;
}
.page-wrap .exhibitors-letter a.curr {
  color: #2871c8;
  font-weight: bold;
}
.page-wrap .exhibitors-letter a:last-of-type {
  border: none;
}
.page-wrap .exhibitors-input {
  width: 100%;
  margin-top: 30px;
}
.page-wrap .exhibitors-input .exh-sel {
  width: 350px;
  height: 50px;
  border: 1px solid #b2b2b2;
  padding: 0 10px;
  float: left;
  margin-right: 15px;
}
.page-wrap .exhibitors-input .exh-inp {
  width: 350px;
  height: 50px;
  border: 1px solid #b2b2b2;
  padding: 0 10px;
  float: left;
  margin-right: 15px;
}
.page-wrap .exhibitors-input .exh-sou {
  width: 103px;
  height: 50px;
  line-height: 50px;
  background: #007c36;
  float: right;
  text-align: center;
  color: #fff;
  font-size: 26px;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .exhibitors-input .exh-sou:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .exhibitors-list {
  width: 100%;
  margin: 43px 0;
  position: relative;
}
.page-wrap .exhibitors-list .list-li {
  width: 100%;
  margin-bottom: 10px;
}
.page-wrap .exhibitors-list .list-li .tit-top {
  cursor: pointer;
  width: 100%;
  height: 60px;
  background: #eeeeee;
  line-height: 60px;
  color: #333;
  padding: 0 2%;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .exhibitors-list .list-li .tit-top span {
  width: 40%;
  display: block;
  float: left;
}
.page-wrap .exhibitors-list .list-li .tit-top span:nth-of-type(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-wrap .exhibitors-list .list-li .tit-top span:nth-of-type(2) {
  width: 25%;
}
.page-wrap .exhibitors-list .list-li .tit-top span:nth-of-type(3) {
  width: 35%;
}
.page-wrap .exhibitors-list .list-li .tit-top span:nth-of-type(3) .fa {
  line-height: 60px;
  vertical-align: middle;
}
.page-wrap .exhibitors-list .list-li .tit-top.curr {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background: #2871c8;
  color: #fff;
}
.page-wrap .exhibitors-list .list-li .tit-info {
  width: 100%;
  margin: 30px 0;
}
.page-wrap .exhibitors-list .list-li .tit-info .img-list {
  width: 227px;
  height: 227px;
  line-height: 227px;
  text-align: center;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  float: left;
}
.page-wrap .exhibitors-list .list-li .tit-info .img-list img {
  vertical-align: middle;
  max-width: 227px;
  max-height: 227px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .exhibitors-list .list-li .tit-info .exhibitors-tit-box {
  float: right;
}
.page-wrap .exhibitors-list .list-li .tit-info .exhibitors-tit-box .tit {
  line-height: 28px;
  margin-bottom: 20px;
}
.page-wrap .exhibitors-list .list-li .tit-info .exhibitors-tit-box .more {
  color: #77c95c;
}
.page-wrap .exhibitors-list .list-li .tit-info .exhibitors-tit-box .more .fa {
  font-size: 20px;
}
.page-wrap .exhibitors-list .list-li:hover .tit-top {
  background: #007c36;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(3px, -3px);
  -moz-transform: translate(3px, -3px);
  transform: translate(3px, -3px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .exhibitors-list .list-li:hover .img-list img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .news-box {
  width: 100%;
}
.page-wrap .news-box .news-li {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  padding-top: 40px;
  margin-bottom: 40px;
}
.page-wrap .news-box .news-li .news-l {
  width: 62%;
}
.page-wrap .news-box .news-li .news-l .title a {
  color: #2871c8;
  font-size: 18px;
  line-height: 30px;
}
.page-wrap .news-box .news-li .news-l .info {
  margin: 30px 0 10px 0;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.page-wrap .news-box .news-li .news-l .time {
  margin-bottom: 30px;
}
.page-wrap .news-box .news-li .news-l .time a {
  color: #999;
}
.page-wrap .news-box .news-li .news-l .more {
  font-size: 16px;
  color: #666;
}
.page-wrap .news-box .news-li .news-l .more .fa {
  color: #2871c8;
  font-size: 22px;
}
.page-wrap .news-box .news-li .news-r {
  width: 33.5%;
  height: 254px;
  line-height: 254px;
  border: 1px solid #eee;
  overflow: hidden;
  text-align: center;
}
.page-wrap .news-box .news-li .news-r img {
  max-width: 100%;
  max-height: 254px;
  vertical-align: middle;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .news-box .news-li:hover .news-r img {
  -webkit-transform: scale(1.02, 1.02);
  -moz-transform: scale(1.02, 1.02);
  -o-transform: scale(1.02, 1.02);
  transform: scale(1.02, 1.02);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .news-box .news-li:last-of-type {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 40px;
}
.page-wrap .news-box .search-box {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
}
.page-wrap .news-box .search-box .search-w {
  background: #f7f7f7;
  width: 290px;
  height: 35px;
  float: right;
}
.page-wrap .news-box .search-box .search-w .input {
  width: 85%;
  padding: 0 5%;
  background: none;
  border: none;
  height: 35px;
  border-radius: 4px;
}
.page-wrap .news-box .search-box .search-w .box {
  width: 15%;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}
.page-wrap .news-box .search-box .search-w .box button {
  width: 100%;
  height: 35px;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
}
.page-wrap .news-box1 {
  width: 100%;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
.page-wrap .news-box1 .news-li {
  width: calc(100%/2 - 30px);
  margin-right: 60px;
  margin-top: 30px;
}
.page-wrap .news-box1 .news-li .title {
  font-size: 16px;
  margin-bottom: 15px;
}
.page-wrap .news-box1 .news-li .news-r img {
  display: block;
  width: 100%;
}
.page-wrap .news-box1 .news-li:nth-child(2n) {
  margin-right: 0;
}
.page-wrap .Media-box {
  width: 100%;
  margin: 20px auto 70px;
}
.page-wrap .Media-box .con-li {
  width: 23%;
  text-align: center;
  float: left;
  line-height: 130px;
  height: 130px;
  margin: 10px 1%;
  border: 1px solid #ddd;
  overflow: hidden;
}
.page-wrap .Media-box .con-li img {
  max-width: 100%;
  max-height: 130px;
  vertical-align: middle;
}
.page-wrap .media-wp .Media-box {
  display: none;
}
.page-wrap .media-wp .Media-box.curr {
  display: block;
}
.page-wrap .media-wp .prompt {
  float: right;
  padding: 6px 20px;
  background: #f6f6f6;
  color: #666;
  margin-left: 1%;
}
.page-wrap .media-wp .prompt span {
  color: #db2425;
  margin-right: 5px;
}
.page-wrap .Media-title {
  width: 100%;
  height: 53px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2871c8;
}
.page-wrap .Media-title .me-li {
  float: left;
  position: relative;
  padding: 10px 30px;
  color: #fff;
  cursor: pointer;
  margin-left: 10px;
}
.page-wrap .Media-title .me-li span {
  position: relative;
  z-index: 2;
  color: #2871c8;
  font-size: 18px;
}
.page-wrap .Media-title .me-li:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background: #fff;
  border: 1px solid #2871c8;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.page-wrap .Media-title .me-li.curr span {
  color: #fff;
}
.page-wrap .Media-title .me-li.curr:after {
  background: #2871c8;
}
.page-wrap .pavilion-introduced {
  width: 100%;
  line-height: 28px;
}
.page-wrap .pavilion-introduced .pav-int-img {
  margin: 20px 0 8px 0;
}
.page-wrap .hotel-box {
  margin-top: 30px;
}
.page-wrap .hotel-box .hotel-li {
  width: 49%;
}
.page-wrap .hotel-box .hotel-li .tit {
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
}
.page-wrap .hotel-box .hotel-li .tit .fa {
  color: #2871c8;
  font-size: 22px;
  margin-right: 10px;
}
.page-wrap .hotel-add {
  width: 100%;
  background: #fafafa;
  padding: 3% 3%;
  margin-top: 30px;
}
.page-wrap .hotel-add .img {
  width: 8%;
}
.page-wrap .hotel-add .tit {
  width: 90%;
  line-height: 30px;
}
.page-wrap .hotel-add .tit a {
  color: #2871c8;
  text-decoration: underline;
}
.page-wrap .hotel-add .tit .add {
  color: #666;
}
.page-wrap .airport-box {
  width: 100%;
  margin-top: 30px;
}
.page-wrap .airport-box .air-li {
  width: 100%;
}
.page-wrap .airport-box .air-li .top {
  width: 100%;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  color: #333;
  background: #fff;
  padding: 0 2%;
  cursor: pointer;
  border: 2px solid #dbdbdb;
  border-bottom: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .airport-box .air-li .top .img {
  width: 33px;
  height: 19px;
  background: url(../images/page-img67.png);
  float: left;
  margin: 25px 10px 0 0;
}
.page-wrap .airport-box .air-li .top img {
  vertical-align: top;
  margin-right: 5px;
  margin-top: 25px;
}
.page-wrap .airport-box .air-li .top.curr {
  background: #007c36;
  border: 2px solid #007c36;
  color: #fff;
}
.page-wrap .airport-box .air-li .top.curr .img {
  background: url(../images/page-img66.png);
}
.page-wrap .airport-box .air-li .info {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding: 2% 2%;
  border-left: 2px solid #dbdbdb;
  border-right: 2px solid #dbdbdb;
  display: none;
}
.page-wrap .airport-box .air-li .info img {
  vertical-align: middle;
}
.page-wrap .airport-box .air-li:last-of-type .top {
  border-bottom: 2px solid #dbdbdb;
}
.page-wrap .airport-box .air-li:last-of-type .info {
  border-bottom: 2px solid #dbdbdb;
}
.page-wrap .airport-box .air-li:hover .top {
  background: #007c36;
  border: 2px solid #007c36;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .airport-box .air-li:hover .top .img {
  background: url(../images/page-img66.png);
}
.page-wrap .recommended-box {
  width: 100%;
  border-bottom: 5px solid #007c36;
  height: 52px;
}
.page-wrap .recommended-box .title {
  font-size: 30px;
}
.page-wrap .recommended-box .info {
  line-height: 45px;
}
.page-wrap .recommended-box .info .info-a {
  margin-left: 10px;
}
.page-wrap .recommended-box .info .info-a a {
  position: relative;
  color: #fff;
  display: block;
  height: 52px;
  line-height: 50px;
  padding: 0 20px;
  margin-right: -10px;
}
.page-wrap .recommended-box .info .info-a a span {
  position: relative;
  z-index: 1;
}
.page-wrap .recommended-box .info .info-a a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background: #007c36;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.page-wrap .recommended-box .info .info-a .fa {
  color: #fff;
  font-size: 28px;
  margin-left: 10px;
  vertical-align: sub;
}
.page-wrap .recommended-info {
  margin-top: 40px;
}
.page-wrap .recommended-info .rec-li {
  width: 31.33%;
  float: left;
  margin-right: 2%;
  margin-bottom: 40px;
}
.page-wrap .recommended-info .rec-li .img {
  position: relative;
  width: 100%;
  height: 250px;
  text-align: center;
  line-height: 250px;
  overflow: hidden;
}
.page-wrap .recommended-info .rec-li .img img {
  max-width: 100%;
  max-height: 250px;
  vertical-align: middle;
}
.page-wrap .recommended-info .rec-li .img .add {
  position: absolute;
  left: 10px;
  top: 10px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 22px;
  padding: 4px 10px;
}
.page-wrap .recommended-info .rec-li .img .add .fa {
  color: #e7b602;
  margin-right: 5px;
}
.page-wrap .recommended-info .rec-li .tit {
  margin: 10px 0 5px 0;
}
.page-wrap .recommended-info .rec-li .tit .stars .fa {
  color: #ea8400;
}
.page-wrap .recommended-info .rec-li:nth-of-type(3n) {
  margin-right: 0;
}
.page-wrap .booking-img {
  margin: 30px 0 20px 0;
}
.page-wrap .booking-sw {
  position: relative;
}
.page-wrap .booking-sw .swiper-container-booking {
  width: 100%;
  overflow: hidden;
}
.page-wrap .booking-sw .swiper-button-prev {
  width: 44px;
  background: url(../images/arr-left.png) center center no-repeat #3a7ccb;
  border-radius: 50%;
  left: -55px;
  top: 35%;
}
.page-wrap .booking-sw .swiper-button-next {
  width: 44px;
  background: url(../images/arr-right.png) center center no-repeat #3a7ccb;
  border-radius: 50%;
  right: -55px;
  top: 35%;
}
.page-wrap .Bright-tit {
  color: #2871c8;
  font-size: 24px;
  margin: 30px 0 20px 0;
}
.page-wrap .Bright-info {
  width: 635px;
}
.page-wrap .Bright-info .bri-li {
  float: left;
  line-height: 35px;
  width: 270px;
}
.page-wrap .Bright-info .bri-li img {
  vertical-align: middle;
  margin-right: 4px;
}
.page-wrap .satisfaction-box {
  padding: 2% 3%;
  margin: 90px 0 40px 0;
}
.page-wrap .satisfaction-box .audience-li {
  width: 25%;
}
.page-wrap .satisfaction-box .audience-li .img {
  width: 159px;
  height: 159px;
  line-height: 159px;
  font-size: 35px;
  color: #2871c8;
}
.page-wrap .satisfaction-box .audience-li .tit {
  font-size: 16px;
  line-height: 30px;
  color: #666;
}
.page-wrap .news-details {
  width: 100%;
}
.page-wrap .news-details .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 15px;
  text-align: left;
  color: #007c36;
  margin-top: 50px;
}
.page-wrap .news-details .time {
  font-size: 14px;
  color: #999;
  text-align: right;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.page-wrap .news-details .con {
  margin: 30px 0 15px 0;
  line-height: 28px;
}
.page-wrap .news-details-bot {
  width: 100%;
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding-top: 20px;
  line-height: 30px;
  font-size: 14px;
}
.page-wrap .news-details-bot .prev {
  font-size: 14px;
  margin-bottom: 15px;
}
.page-wrap .news-details-bot .next {
  font-size: 14px;
}
.page-wrap .news-details-bot .back {
  width: 100%;
}
.page-wrap .news-details-bot .back a {
  padding: 2px 30px;
  border-radius: 5px;
  background: #999;
  color: #fff;
  display: block;
  float: right;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-wrap .news-details-bot .back a .fa {
  margin-right: 6px;
}
.page-wrap .news-details-bot .back a:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  background: #367acc;
}
.page-wrap .organizer-wp .org-li {
  margin-right: 120px;
  float: left;
}
.page-wrap .organizer-wp .org-li .tit {
  font-size: 24px;
  color: #2871c8;
  margin-bottom: 20px;
  height: 31px;
  width: 100%;
}
.page-wrap .organizer-wp .org-li .info {
  line-height: 28px;
}
.page-wrap .organizer-wp .org-li .info img {
  vertical-align: middle;
  margin-right: 10px;
}
.page-wrap .organizer-wp .org-li:nth-of-type(2) {
  border-left: 2px solid #2871c8;
  padding-left: 120px;
}
.page-wrap .prices-box {
  margin-bottom: 40px;
}
.page-wrap .prices-box .title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #103663;
  font-weight: bold;
}
.page-wrap .prices-box table {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 1px 0px 0px 1px;
  width: 100%;
  font-size: 15px;
}
.page-wrap .prices-box th {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0px 1px 1px 0px;
  padding: 1.5%;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  background: #007c36;
  color: #fff;
}
.page-wrap .prices-box td {
  border: solid rgba(0, 0, 0, 0.1);
  border-width: 0px 1px 1px 0px;
  padding: 1.5%;
  line-height: 28px;
}
.page-wrap .configuration-box table {
  text-align: center;
}
.page-wrap .configuration-box table .slash {
  background-image: url(../images/slash-img.png);
  background-size: 100% 100%;
}
.page-wrap .configuration-box table .slash span {
  display: block;
}
.page-wrap .configuration-box table td {
  padding: 0.8% 1.5%;
}
.page-wrap .configuration-box table tr {
  background: #eee;
}
.page-wrap .configuration-box table tr:nth-of-type(2n) {
  background: #fff;
}
.page-wrap .figure-img {
  width: 100%;
  overflow: hidden;
  margin: 20px 0 40px 0;
}
.page-wrap .figure-img .figure-li {
  float: left;
  width: 31.33%;
  margin-right: 3%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.page-wrap .figure-img .figure-li img {
  width: 100%;
  display: block;
}
.page-wrap .figure-img .figure-li:last-of-type {
  margin-right: 0;
}
.page-wrap .figure-cost {
  line-height: 28px;
}
.comments-box {
  position: relative;
}
.comments-box .comments-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/page-img83.jpg) fixed center top no-repeat;
  width: 100%;
  height: 430px;
  z-index: -1;
}
.comments-box .title {
  font-size: 30px;
  padding: 75px 0 50px 0;
  color: #fff;
}
.comments-box .comments-sw {
  position: relative;
}
.comments-box .comments-sw .swiper-container-comments-vis {
  width: 100%;
  overflow: hidden;
}
.comments-box .comments-sw .img {
  position: relative;
  width: 99%;
  height: 464px;
  text-align: center;
  line-height: 464px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
}
.comments-box .comments-sw .img img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.comments-box .comments-sw .img .txt-wp {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 234px;
  background: url(../images/page-img86.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 6% 16% 6% 6%;
}
.comments-box .comments-sw .img .txt-wp .tit {
  line-height: 28px;
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.comments-box .comments-sw .img .txt-wp .info {
  line-height: 28px;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 108px;
}
.comments-box .comments-sw .swiper-slide:nth-of-type(2n) .txt-wp {
  background: url(../images/page-img87.png) no-repeat;
}
.comments-box .comments-sw .swiper-slide:nth-of-type(3n) .txt-wp {
  background: url(../images/page-img88.png) no-repeat;
}
.comments-box .comments-sw .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: url(../images/page-img89.png) center center no-repeat;
  border-radius: 50%;
  left: -75px;
  top: 30%;
}
.comments-box .comments-sw .swiper-button-next {
  width: 40px;
  height: 40px;
  background: url(../images/page-img90.png) center center no-repeat;
  border-radius: 50%;
  right: -75px;
  top: 30%;
}
.previ-item {
  margin-top: 25px;
}
.previ-item .pre-banner img {
  max-width: 100%;
}
.previ-item .pre-banlist {
  display: flex;
  flex-wrap: wrap;
}
.previ-item .pre-banlist .pre-liban {
  width: calc(100%/3);
}
.previ-item .pre-banlist .pre-liban img {
  width: 100%;
  display: block;
}
.previ-item .pre-info {
  margin: 25px 0;
}
.previ-item .pre-info .pre-title {
  font-size: 20px;
  color: #007c36;
  font-weight: bold;
}
.previ-item .pre-info .info {
  font-size: 16px;
  line-height: 25px;
}
.previ-item .pre-bottom {
  margin-bottom: 15px;
}
.audience {
  display: flex;
  flex-wrap: wrap;
}
.audience .audi-left {
  width: 30%;
}
.audience .audi-left .img {
  width: 100%;
}
.audience .audi-left .img img {
  width: 100%;
  display: block;
}
.audience .audi-right {
  width: 65%;
  margin-left: 5%;
}
.audience .audi-right .au-title {
  font-size: 45px;
  color: #007c36;
}
.audience .audi-right .au-tit {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #c5950d;
}
.audience .audi-right .au-title1 {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 22px;
  color: #c5950d;
}
.audience .audi-right .au-item {
  padding-bottom: 20px;
}
.audience .audi-right .au-item .item {
  position: relative;
  padding-bottom: 20px;
}
.audience .audi-right .au-item .item .item-name {
  color: #007c36;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.audience .audi-right .au-item .item .item-info {
  font-size: 16px;
  line-height: 25px;
}
.audience .audi-right .au-item .item::after {
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  background: #e5e5e5;
  position: absolute;
  top: 7px;
  left: -3.5%;
}
.audience .audi-right .au-item .item::before {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  background: #007c36;
  position: absolute;
  top: 7px;
  left: -4%;
  border-radius: 50%;
  z-index: 2;
}
.audience .audi-right .au-item .item:last-child {
  padding-bottom: 0;
}
.audience .audi-right .au-item .item:last-child::after {
  height: 0px;
  width: 0px;
}
.contact-wp {
  margin: 0 auto 80px;
}
.contact-wp .cont-li {
  width: 46%;
  float: left;
  line-height: 28px;
  margin-right: 8%;
  border: 1px solid #eee;
  padding: 3% 4%;
}
.contact-wp .cont-li .cont-t {
  font-size: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 30px;
}
.contact-wp .cont-li .code-img {
  margin-top: 26px;
}
.contact-wp .cont-li .code-img img {
  width: 140px;
}
.contact-wp .cont-li .code-tit a {
  color: #6498d6;
}
.contact-wp .cont-li .title {
  font-size: 18px;
  font-weight: bold;
}
.contact-wp .cont-li .tit .fa {
  margin-right: 8px;
  color: #007c36;
  width: 20px;
}
.contact-wp .cont-li .tit a {
  color: #007c36;
}
.contact-wp .cont-li:nth-of-type(2) {
  margin-right: 0;
}
.contact-wp .visa-li {
  border: none;
  padding: 2% 0;
}
.contact-wp .hotel {
  width: 100%;
  float: left;
  line-height: 28px;
  position: relative;
}
.contact-wp .hotel .cont-t {
  font-size: 30px;
  margin-bottom: 30px;
  width: 100%;
  height: 30px;
}
.contact-wp .hotel .code-img {
  margin-top: 26px;
}
.contact-wp .hotel .code-img img {
  width: 140px;
}
.contact-wp .hotel .code-tit a {
  color: #6498d6;
}
.contact-wp .hotel .title {
  font-size: 18px;
  font-weight: bold;
}
.contact-wp .hotel .tit {
  margin-top: 15px;
}
.contact-wp .hotel .tit .fa {
  margin-right: 8px;
  color: #367acc;
  width: 20px;
}
.contact-wp .hotel .tit a {
  color: #6498d6;
}
.contact-wp .hotel .hoter-a {
  position: absolute;
  left: 155px;
  top: 174px;
  background: rgba(255, 255, 255, 0.9);
  padding: 12px 35px;
  font-size: 20px;
  border-radius: 5px;
  color: #6498d6;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.contact-wp .hotel .hoter-a:hover {
  background: #6498d6;
  color: #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.contact-wp .hotel:nth-of-type(2) {
  width: 33%;
  float: right;
  background: rgba(255, 255, 255, 0.9);
  margin: -306px 35px 0 0;
  padding: 25px;
  border-radius: 5px;
}
.contact-new-wrap {
  min-height: 760px;
}
.contact-new-wrap .content-top {
  margin: 30px 0;
  border-bottom: 4px solid #007c36;
  width: 100%;
  padding-left: 15px;
}
.contact-new-wrap .content-top:after {
  display: block;
  content: '';
  clear: both;
}
.contact-new-wrap .content-top .tit {
  float: left;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  background: #efefef;
  width: 33.33%;
  text-align: center;
  border-right: 35px solid #fff;
  position: relative;
}
.contact-new-wrap .content-top .tit:after {
  position: absolute;
  display: block;
  content: '';
  clear: both;
  top: 0;
  right: -15px;
  border-left: 15px solid #efefef;
  border-top: 0 solid transparent;
  border-bottom: 45px solid transparent;
}
.contact-new-wrap .content-top .tit:before {
  position: absolute;
  display: block;
  content: '';
  clear: both;
  top: 0;
  left: -15px;
  border-right: 15px solid #efefef;
  border-top: 45px solid transparent;
  border-bottom: 0px solid transparent;
}
.contact-new-wrap .content-top .tit.curr {
  background: #007c36;
  color: #fff;
}
.contact-new-wrap .content-top .tit.curr:before {
  border-right: 15px solid #007c36;
}
.contact-new-wrap .content-top .tit.curr:after {
  border-left: 15px solid #007c36;
}
.contact-new-wrap .content-top .tit:last-of-type {
  border-right: 0;
}
.contact-new-wrap .content-con {
  display: none;
}
.contact-new-wrap .content-con:after {
  display: block;
  content: '';
  clear: both;
}
.contact-new-wrap .content-con .cont-li {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 40px;
}
.contact-new-wrap .content-con .cont-li .cont-li-box {
  width: 100%;
  display: flex;
  background: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.contact-new-wrap .content-con .cont-li:nth-of-type(2n) {
  margin-right: 0;
}
.contact-new-wrap .content-con .cont-li .watermark {
  position: absolute;
  right: -15%;
  bottom: -23%;
  opacity: 0.03;
  width: 75%;
}
.contact-new-wrap .content-con .cont-li .anniversary {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 48px;
}
.contact-new-wrap .content-con .cont-li .img {
  width: 220px;
  height: 300px;
  position: relative;
  z-index: 1;
}
.contact-new-wrap .content-con .cont-li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.contact-new-wrap .content-con .cont-li .info {
  width: calc(100% - 220px);
  margin-left: auto;
  align-self: center;
  line-height: 25px;
  padding: 0 25px;
  position: relative;
  z-index: 1;
}
.contact-new-wrap .content-con .cont-li .logo {
  margin-bottom: 20px;
}
.contact-new-wrap .content-con .cont-li .logo img {
  width: 150px;
}
.contact-new-wrap .content-con .cont-li .type {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #007c36;
}
.contact-new-wrap .content-con .cont-li .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contact-new-wrap .content-con .cont-li .tit {
  margin-top: 10px;
}
.contact-new-wrap .content-con .cont-li .tit span {
  display: block;
}
.search-results {
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  margin-top: 40px;
}
.search-results span {
  color: #d21f1f;
}
.search-results .fa {
  color: #ffa63d;
  font-size: 32px;
  margin-right: 10px;
  vertical-align: sub;
}
.Media-tit {
  font-size: 32px;
}
.Media-bottom {
  background: url(../images/ind-img24.png) center bottom no-repeat #f9f9f9;
  padding-top: 50px;
  margin-top: 50px;
}
.Media-bottom .ab-info {
  margin: 15px 0 25px 0;
}
.Media-bottom .media-add {
  line-height: 28px;
}
.Media-bottom .media-add a {
  color: #6498d6;
  text-decoration: underline;
}
.Media-bottom .con {
  width: 85%;
  margin: 0 7.5%;
}
.ind-Media-bottom {
  background: url(../images/ind-img24.png) center bottom no-repeat;
  padding-top: 5px;
  padding-bottom: 150px;
}
.ind-Media-bottom .Media-tit {
  margin-bottom: 25px;
}
.ind-Media-bottom .img {
  margin-right: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 85px;
  line-height: 80px;
  padding: 0 15px;
}
.ind-Media-bottom .img img {
  width: 180px;
  vertical-align: middle;
}
.ind-Media-bottom .fa {
  color: #367acc;
  width: 30px;
  text-align: center;
}
.con-media {
  background: none;
  padding: 0;
  margin-top: 0;
}
.con-media .Media-tit {
  margin-bottom: 25px;
}
.con-media .img {
  margin-right: 30px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 85px;
  line-height: 80px;
  padding: 0 15px;
}
.con-media .img img {
  width: 180px;
  vertical-align: middle;
}
.con-media .fa {
  color: #367acc;
  width: 30px;
  text-align: center;
}
.exhi-info .top {
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.exhi-info .top .top-t .company {
  font-size: 22px;
  color: #367acc;
  margin: 20px 0 10px 0;
}
.exhi-info .top .top-t .no {
  font-size: 20px;
  font-weight: normal;
}
.exhi-info .top .img {
  margin-bottom: 15px;
  width: 105px;
  height: 105px;
  line-height: 105px;
  text-align: center;
}
.exhi-info .top .img img {
  vertical-align: middle;
  max-height: 105px;
  max-width: 105px;
}
.exhi-info .top .make {
  display: inline-block;
  width: 162px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  border: 1px #2177e4 solid;
  border-radius: 4px;
  margin-right: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  margin-bottom: 40px;
  background: #2177e4;
}
.exhi-info .top .make:nth-of-type(2) {
  background: #90c449;
  border-color: #90c449;
}
.exhi-info .top .make a {
  color: #fff;
  display: block;
  font-size: 14px;
}
.exhi-info .top .make a .fa {
  margin-right: 6px;
}
.exhi-info .top .make:hover {
  opacity: 0.8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-info .add .cover {
  width: 25%;
  float: left;
}
.exhi-info .add .cover img {
  width: 100%;
}
.exhi-info .add .info {
  width: 72%;
  float: right;
}
.exhi-info .add .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #367acc;
  color: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.exhi-info .add .fa img {
  vertical-align: middle;
}
.exhi-info .add .add-info .fa {
  font-size: 20px;
}
.exhi-info .add .web {
  margin: 15px 0 20px 0;
}
.exhi-info .comp-tit {
  font-size: 22px;
  color: #367acc;
  margin: 20px 0;
}
.exhi-info .comp-info {
  line-height: 30px;
}
.exhi-info .bottom {
  padding: 30px 0;
}
.exhi-info .bottom .pro-a {
  border-bottom: 1px solid #367acc;
  height: 41px;
  line-height: 40px;
}
.exhi-info .bottom .pro-a a {
  display: block;
  float: left;
  padding: 0 25px;
  margin-right: 4px;
  background: #eeeeee;
  color: #367acc;
  border-radius: 4px 4px 0 0;
}
.exhi-info .bottom .pro-a a.curr {
  background: #367acc;
  color: #fff;
}
.exhi-info .bottom .por-con .conent {
  display: none;
  padding: 15px 0;
  overflow: hidden;
}
.exhi-info .bottom .por-con .conent:first-of-type {
  display: block;
}
.exhi-info .bottom .por-con .conent .pro-li {
  position: relative;
  width: 290px;
  height: 196px;
  line-height: 192px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0 13px 13px 0;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-info .bottom .por-con .conent .pro-li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-info .bottom .por-con .conent .pro-li:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-info .bottom .por-con .conent .pro-li:hover .li-t {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-info .bottom .por-con .conent .pro-li:nth-of-type(4n) {
  margin-right: 0;
}
.exhi-info .bottom .por-con .conent .pro-li img {
  max-height: 196px;
  max-width: 290px;
  vertical-align: middle;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-info .bottom .por-con .conent .pro-li .li-t {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  text-align: center;
  -webkit-transform: translate(0, 40px);
  -moz-transform: translate(0, 40px);
  transform: translate(0, 40px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-info .bottom .por-con .conent .news-li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #eee;
  line-height: 40px;
}
.exhi-info .bottom .por-con .conent .news-li span {
  float: right;
}
.exhi-info .bottom .por-con .conent .news-li:last-of-type {
  border: none;
}
.page-wrap .exhibitors-input .pro-sous-l {
  float: left;
}
.page-wrap .exhi-pro-input .exh-sel {
  width: 378px;
}
.exhi-pro {
  padding: 30px 0;
}
.exhi-pro .pro-li {
  float: left;
  color: #5a5a5a;
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-pro .pro-li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
.exhi-pro .pro-li:hover a {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-pro .pro-li:nth-of-type(3n) {
  margin-right: 0;
}
.exhi-pro .pro-li .pro-imt {
  text-align: center;
  width: 100%;
  height: 250px;
  line-height: 246px;
  overflow: hidden;
  background: #f2f2f2;
}
.exhi-pro .pro-li .pro-imt img {
  max-width: 100%;
  max-height: 250px;
  vertical-align: middle;
}
.exhi-pro .pro-li .pro-com {
  margin: 0 20px 15px;
  padding-top: 15px;
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  overflow: hidden;
}
.exhi-pro .pro-li .pro-no {
  margin: 0 20px 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}
.exhi-pro .pro-li .pro-no a {
  float: right;
  color: #2871c8;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exhi-pro .pro-li .pro-no .fa {
  font-size: 20px;
  color: #2871c8;
}
.pages {
  text-align: center;
  margin: 40px 0;
  width: 100%;
}
.pages a {
  background: #437ec4;
  border: 1px solid #437ec4;
  color: #fff;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.pages span {
  background: none;
  color: #437ec4;
  border: 1px solid #437ec4;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 4px;
}
.size-page {
  height: auto;
  background: #004EA2;
}
.size-page .con {
  width: 1200px;
  padding: 54px 0;
}
.size-page .con .top {
  border: none;
}
.page-about .out-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-about .out-ban-top {
  margin-top: 25px;
}
.page-about .out-info {
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-about .out-info .title {
  font-size: 18px;
  font-weight: bold;
  color: #007c36;
}
.page-about .out-info .line {
  line-height: 35px;
}
.page-about .out-info .out-top {
  margin-top: 15px;
}
.page-about .out-item .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #007c36;
  margin-bottom: 5px;
}
.page-about .out-item .item-ul li {
  line-height: 25px;
}
.page-about .out-text {
  margin-bottom: 25px;
  margin-top: 25px;
}
.page-about .out-text .out-name {
  font-size: 18px;
  font-weight: bold;
  color: #007c36;
}
.page-about .out-text .out-tit {
  margin-top: 5px;
}
.exh-scope {
  background-color: #007c36;
  padding: 25px;
  padding-bottom: 40px;
  margin-top: 25px;
}
.exh-scope .sco-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.exh-scope .sco-box .sco-title {
  width: 40%;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.exh-scope .sco-box .sco-title:last-child {
  width: 60%;
}
.exh-scope .scope {
  display: flex;
}
.exh-scope .scope .sco-item {
  display: flex;
  width: 40%;
  padding-right: 50px;
  margin-right: 50px;
  border-right: 2px solid #af7c09;
}
.exh-scope .scope .sco-item .item .litit {
  color: #e5e5e5;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
.exh-scope .scope .sco-item .item:nth-child(2n) {
  margin-left: 15%;
}
.exh-scope .scope .sco-item:last-child {
  width: 60%;
  padding-right: 0px;
  margin-right: 0px;
  border-right: 0px;
}
.Bright-page {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  height: auto;
  position: relative;
  background: url(../images/page-img138.png) no-repeat fixed center right #007c36;
  margin-top: 25px;
  padding-bottom: 50px;
}
.Bright-page .advantage-li {
  width: 25%;
  float: left;
  text-align: center;
}
.Bright-page .advantage-li .img {
  margin: 70px 0 10px 0;
}
.Bright-page .advantage-li .img img {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  border-radius: 50%;
}
.Bright-page .advantage-li .title {
  line-height: 30px;
  color: #fff;
  font-size: 17px;
}
.Bright-page .advantage-li .title span {
  display: block;
  font-size: 16px;
}
.Bright-page .advantage-li:hover .img img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Bright-page .page-advantage-img {
  height: 3px;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
  position: relative;
}
.Bright-page .page-advantage-img .after {
  position: absolute;
  width: 190px;
  height: 12px;
  left: 2.2%;
  top: 0;
  content: ' ';
  background: url(../images/page-img91.png) no-repeat;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.Bright-page .page-advantage-top {
  width: 100%;
}
.Bright-page .page-advantage-bot {
  width: 100%;
  color: #fff;
  line-height: 28px;
  display: none;
}
.Bright-home {
  background-image: url(../images/page-img138.png);
  background-position: bottom right;
}
.Bright-home .advantage-tit {
  width: 100%;
  margin: 40px 0;
  font-style: initial;
  text-align: center;
}
.Bright-home .advantage-con {
  width: 100%;
  float: none;
}
.Bright-home .advantage-li .img {
  width: 80%;
  margin: 0 auto 10px;
}
.Bright-home .advantage-li .img img {
  width: 100%;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
.Bright-home .advantage-li.Bright-home-fa .fa {
  margin-right: 8px;
}
.Bright-home .advantage-li.Bright-home-fa .title {
  color: #fffc00;
}
.Bright-home .wonderful-a {
  text-align: center;
  width: 340px;
  margin: 40px auto 0;
}
.Bright-home .wonderful-a .ind-download-a {
  background: #77c95c;
}
.Bright-home .wonderful-a .ind-download-a:hover {
  background: #77c95c;
}
.Bright-home .wonderful-a .ind-download-a:after {
  border-left: 20px solid #77c95c;
}
.linkage-box .advantage-li {
  width: 33.33%;
}
.linkage-box .advantage-li .img {
  width: 50%;
}
.linkage-box .page-advantage-img .after {
  left: 8.5%;
}
.intro-page {
  width: 100%;
  background: url(../images/1129bg.jpg) no-repeat fixed top left;
  height: auto;
  margin-top: 53px;
  padding: 50px 0;
}
.intro-page .intro-bg {
  width: 100%;
  height: auto;
  padding: 3% 3%;
  background: rgba(255, 255, 255, 0.9);
}
.intro-page .intro-bg .intro-left {
  width: 75%;
}
.intro-page .intro-bg .intro-right {
  width: 19%;
}
.intro-page .intro-bg .intro-right .img {
  width: 100%;
}
.intro-page .intro-bg .intro-right .name {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
.intro-page .intro-bg .info {
  line-height: 34px;
}
.intro-page .intro-bg .quotes-l {
  width: 100%;
  text-align: left;
  margin-bottom: 20px;
}
.intro-page .intro-bg .quotes-r {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
.page-customer {
  width: 100%;
  background: #3a7dcc;
  margin-top: 33px;
  padding: 3% 3%;
}
.page-customer .img {
  width: 100%;
}
.page-customer .title {
  width: 100%;
  color: #fff;
  margin-top: 30px;
}
.page-customer .title .tit {
  width: 17%;
  font-size: 28px;
  border-right: 3px solid #90c449;
  margin-top: 12px;
}
.page-customer .title .info {
  width: 81%;
  line-height: 30px;
}
.page-customer .title .info span {
  font-size: 34px;
}
.wonderful-tit {
  font-size: 32px;
  margin: 64px 0 32px 0;
}
.wonderful-bg {
  width: 100%;
  padding: 50px 0;
  background: #f4f4f4;
}
.wonderful-sw {
  position: relative;
}
.wonderful-sw .swiper-container-wonderful {
  width: 100%;
  overflow: hidden;
}
.wonderful-sw .swiper-container-wonderful .swiper-slide {
  width: 100%;
  max-height: 212px;
  overflow: hidden;
}
.wonderful-sw .swiper-container-wonderful .swiper-slide img {
  vertical-align: middle;
  max-height: 212px;
  max-width: 100%;
}
.wonderful-sw .swiper-button-prev {
  left: -68px;
  top: 48%;
  background: url(../images/arr-left.png) no-repeat #2871c8 center center;
  width: 44px;
  border-radius: 50%;
}
.wonderful-sw .swiper-button-next {
  right: -68px;
  top: 48%;
  background: url(../images/arr-right.png) no-repeat #2871c8 center center;
  width: 44px;
  border-radius: 50%;
}
.page-title-all {
  background: url(../images/about-img8.jpg) #90c449 no-repeat right center;
  float: left;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 28px;
  margin-bottom: 33px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-title-all a {
  padding: 0 60px 0 50px;
  color: #fff;
  display: block;
}
.page-title-all:hover {
  box-shadow: -8px -8px 12px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(4px, 4px);
  -moz-transform: translate(4px, 4px);
  transform: translate(4px, 4px);
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.page-title-all.curr {
  background: url(../images/about-img8-orange.jpg) #eb6101 no-repeat right center;
}
.infovideo video {
  width: 100%;
  margin-top: 10px;
}
.With-music-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.info-banner {
  height: auto;
}
.page-rev {
  padding-top: 15px;
}
.switch-box-a {
  padding: 50px 0;
  overflow: hidden;
  text-align: right;
}
.switch-box-a a {
  font-size: 13px;
  display: block;
  width: 100%;
  line-height: 30px;
}
.with-img {
  width: 30%;
  margin-bottom: 40px;
}
.with-img img {
  width: 100%;
}
.footer {
  background: #007c36;
  width: 100%;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
.footer .fot-bg-img1 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer .fot-bg-img2 {
  position: absolute;
  right: 15px;
  bottom: 0;
}
.footer .con {
  width: 85%;
  margin: 0 7.5%;
  color: #fff;
  line-height: 30px;
}
.footer .con .bottom-top {
  width: 100%;
}
.footer .con .mail {
  width: 30%;
}
.footer .con .mail .tit {
  font-size: 22px;
  margin-bottom: 10px;
}
.footer .con .mail .info {
  font-size: 14px;
}
.footer .con .search {
  width: 100%;
  margin: 20px 0 0 0;
  line-height: 50px;
}
.footer .con .search .sea-input {
  width: 80%;
  height: 50px;
  padding: 0 10px;
  background: #fff;
  border: 2px solid #fff;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .con .search .sea-input:focus {
  border: 4px solid #77c95c;
}
.footer .con .search .tit {
  width: 20%;
  font-size: 14px;
  height: 50px;
  background: #77c95c;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .con .search .tit:hover {
  opacity: 0.9;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.footer .con .ind-contact {
  width: 22%;
  margin: 0 0 0 7%;
}
.footer .con .ind-contact .contact-tit {
  font-size: 18px;
  width: 100%;
  height: 30px;
  font-weight: bold;
}
.footer .con .ind-contact .contact-info {
  font-size: 14px;
}
.footer .con .code {
  width: 10%;
  text-align: center;
}
.footer .con .code .tit {
  margin-bottom: 10px;
}
.footer .bottom-box {
  width: 100%;
  height: 53px;
  line-height: 53px;
  margin-top: 37px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.footer .bottom-box a {
  color: #fff;
  margin-left: 40px;
}
.footer .bottom-box a img {
  vertical-align: sub;
  margin-right: 8px;
}
.dowm-tab {
  margin: 30px 0;
  border-bottom: 1px solid #007c36;
  padding-bottom: 4px;
}
.dowm-tab a {
  display: block;
  float: left;
  color: #2871c8;
  padding: 8px 20px;
  margin: 0 7px;
  position: relative;
}
.dowm-tab a span {
  position: relative;
  z-index: 2;
}
.dowm-tab a:hover {
  color: #fff;
}
.dowm-tab a.curr {
  color: #fff;
  z-index: 2;
}
.dowm-tab a.curr span {
  position: relative;
  z-index: 2;
}
.dowm-tab a:hover:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  background: #007c36;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.dowm-tab a:after {
  position: absolute;
  left: 0;
  top: 0;
  content: ' ';
  border: 1px solid #007c36;
  color: #2871c8;
  width: 100%;
  height: 100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}
.dowm-tab a.curr:after {
  background: #007c36;
}
.suspension1 {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 100;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 140px;
}
.suspension1 img {
  display: block;
  width: 100%;
}
body .layui-layer-ziopin {
  max-width: 750px;
  width: 80% !important;
}
body .layui-layer-ziopin .layui-layer-content {
  padding: 20px 40px;
  overflow: auto;
  padding-bottom: 40px;
  border-top: 20px #fff solid;
}
body .layui-layer-ziopin .layui-layer-content video {
  display: block;
  width: 100%;
  height: 100%;
}
.suspension {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 100;
  /*-webkit-transform: translateX(166px);
    -moz-transform: translateX(166px);
    -o-transform: translateX(166px);
    transform: translateX(166px);*/
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 175px;
}
.suspension .sus-time {
  display: flex;
}
.suspension .sus-time p {
  flex: 1;
  margin-right: 2px;
  color: #fff;
  background: url('../images/time-bg.png') no-repeat center center;
  background-size: cover;
  text-align: center;
  border-radius: 5px;
  padding: 5px 5px;
}
.suspension .sus-time p span {
  font-size: 24px;
}
.suspension .sus-con1,
.suspension .sus-con2 {
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  margin-top: 5px;
}
.suspension .sus-con1 a,
.suspension .sus-con2 a {
  color: #fff;
}
.suspension .sus-con1 .img,
.suspension .sus-con2 .img {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
}
.suspension .sus-con1 .img img,
.suspension .sus-con2 .img img {
  width: 70%;
  vertical-align: middle;
}
.suspension .sus-con1 .img .fa,
.suspension .sus-con2 .img .fa {
  vertical-align: middle;
}
.suspension .sus-con1 {
  background: #2871c8;
  margin-bottom: 5px;
}
.suspension .sus-con2 {
  background: #007c36;
}
.suspension .sus-code {
  margin-top: 5px;
  border-radius: 5px;
  padding: 10px 0;
  color: #fff;
  text-align: center;
  background: #007c36;
}
.suspension .sus-code .code-tit {
  margin-bottom: 10px;
}
.suspension .li {
  background: url(../images/ind-img34.png) no-repeat;
  width: 225px;
  height: 140px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.suspension .li a {
  display: block;
  color: #fff;
  padding-top: 42px;
}
.suspension .li a .fa {
  font-size: 24px;
  margin-right: 6px;
  margin-bottom: 5px;
  vertical-align: text-top;
}
.suspension .li:hover {
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  -webkit-transform: translateX(15px);
  -moz-transform: translateX(15px);
  -o-transform: translateX(15px);
  transform: translateX(15px);
}
.suspension .li:last-of-type {
  background: url(../images/ind-img35.png) no-repeat;
}
.suspension.curr {
  /*-webkit-transform: translateX(15);
    -moz-transform: translateX(15);
    -o-transform: translateX(15);
    transform: translateX(15px);*/
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.suspension-nav .li {
  width: 164px;
  height: 100px;
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.suspension-nav .li a {
  display: block;
  color: #fff;
  padding-top: 20px;
}
.suspension-nav .li a .fa {
  font-size: 24px;
  margin-right: 6px;
  margin-bottom: 5px;
  vertical-align: text-top;
}
.product-list {
  width: 73.5%;
  float: left;
}
.product-list .product-li {
  width: 30.33%;
  float: left;
  border: 1px solid #f5f5f5;
  background: #f9f9f9;
}
.product-list .product-li .img {
  overflow: hidden;
  text-align: center;
}
.product-list .product-li .img img {
  vertical-align: middle;
  width: 100%;
}
.product-list .product-li .info {
  padding: 0 6%;
}
.product-list .product-li .info .tit {
  font-size: 16px;
  color: #666;
  font-weight: 700;
  padding: 10px 0;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.product-list .product-li .info .company {
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #333;
  padding: 10px 0;
  line-height: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.product-list .product-li .info .bot {
  padding: 10px 0 20px;
}
.product-list .product-li .info .bot .no {
  display: inline-block;
  font-size: 16px;
  color: #333;
}
.product-list .product-li .info .bot .no .fa {
  margin-right: 5px;
  color: #2871c8;
}
.product-list .product-li .info .bot .more {
  float: right;
  font-size: 16px;
  color: #2871c8;
}
.exr-range {
  width: 23.3%;
  float: right;
}
.exr-range .title {
  font-size: 16px;
  font-weight: bold;
  padding: 12px 15px;
  background: #2871c8;
  color: #fff;
}
.exr-range .li {
  width: 100%;
  cursor: pointer;
}
.exr-range .li .stair {
  cursor: pointer;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  background: #efefef;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exr-range .li .stair.curr {
  background: #ddd;
}
.exr-range .li .stair:last-of-type {
  border: none;
}
.exr-range .li a {
  color: #333;
  display: block;
}
.exr-range .li .second-w {
  display: none;
  background: #f9f9f9;
}
.exr-range .li .second-w .second {
  cursor: pointer;
  padding: 10px 30px;
  border-bottom: 1px solid #ddd;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exr-range .li .second-w .second.curr {
  background: #efefef;
}
.exr-range .li .second-w .second:hover {
  background: #efefef;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.exr-range .li:hover .stair {
  background: #ddd;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.brand-list .item,
.brand-list .additem {
  position: absolute;
  width: 23.6%;
  top: 0;
  left: 40%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.brand-list .hover {
  box-shadow: 0 5px 20px rgba(200, 200, 200, 0.6);
  background-color: #fff;
  border-color: #ddd;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  transform: translate(0, -4px);
}
.Activity-introduced .title {
  color: #367acc;
  font-size: 24px;
  font-weight: bold;
}
.Activity-introduced .secondary-t {
  margin: 12px 0 12px 0;
  padding: 10px 12px;
  background: #eeeeee;
  font-size: 22px;
}
.Activity-introduced .info {
  line-height: 30px;
  padding: 10px 0;
  font-size: 16px;
  color: #747474;
  display: flow-root;
}
.Activity-introduced .info .tit {
  float: left;
}
.Activity-introduced .info .page-title-all {
  float: right;
  margin-bottom: 0;
  font-size: 20px;
}
.sim-t {
  padding: 15px 0;
  font-size: 14px;
  color: #777;
  cursor: pointer;
}
.simulate-box {
  width: 350px;
  margin-left: -11px;
  background: #fff;
  border: 1px solid #b2b2b2;
  position: relative;
  z-index: 2;
  margin-top: 2px;
  padding: 10px 0;
  height: 456px;
  overflow-x: hidden;
  display: none;
}
.simulate-box input {
  margin-right: 5px;
  margin-top: 3px;
  vertical-align: top;
}
.simulate-box input:focus {
  outline: 0;
}
.simulate-box .simulate-tit {
  padding: 5px 12px;
}
.simulate-box .simulate-tit label {
  cursor: pointer;
  display: flex;
}
.simulate-box .simulate-second {
  padding: 0 32px;
  display: none;
}
.simulate-box .simulate-second .second-info {
  padding: 4px 0;
}
.simulate-box .simulate-second .second-info label {
  cursor: pointer;
  display: flex;
}
.activity-table {
  width: 100%;
}
.activity-table table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.activity-table table th {
  background: #2871c8;
  font-size: 18px;
  color: #fff;
}
.activity-table table td {
  color: #747474;
}
.activity-table table th,
.activity-table table td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.advantage-tit {
  font-size: 36px;
  color: #fff;
  font-style: italic;
  margin-top: 100px;
  font-weight: bold;
}
.pei-info .info-p {
  font-size: 16px;
  margin: 25px 0 0;
  line-height: 30px;
}
.pei-info .info-tit {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}
body .layer-pop-appointment {
  width: 600px !important;
}
body .layer-pop-appointment .layui-layer-title {
  font-size: 18px;
  font-weight: bold;
  color: #2177e4;
  height: 60px;
  line-height: 60px;
}
body .layer-pop-appointment .layui-layer-content {
  padding: 20px 20px 10px;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .companyname {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 16px;
  width: 100%;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .apptimer {
  width: 64%;
  float: left;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .apptimer span {
  width: 80px;
  display: inline-block;
  line-height: 40px;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .apptimer select {
  height: 40px;
  padding: 0 10px;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .apptimer2 {
  width: 34%;
  float: right;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .apptimer2 span {
  width: 100%;
  display: inline-block;
  line-height: 40px;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .apptimer2 select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .liuyan {
  width: 100%;
  clear: both;
  margin-top: 20px;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .liuyan span {
  width: 100%;
  display: inline-block;
  line-height: 40px;
}
body .layer-pop-appointment .layui-layer-content .yuyueul .liuyan textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 0 10px;
}
body .layer-pop-appointment .layui-layer-btn {
  text-align: center;
  margin-bottom: 20px;
}
body .layer-pop-appointment .layui-layer-btn .layui-layer-btn0 {
  line-height: 44px;
  height: 44px;
  width: 180px;
  font-size: 16px;
  font-weight: bold;
}
body .layer-pop-appointment .form-control {
  width: 100%;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}
.wonderful-review-wrap {
  width: 1920px;
  margin-left: -960px;
  left: 50%;
  height: auto;
  position: relative;
  background: url(../images/img126.png) no-repeat fixed center right #2c71a7;
  margin-top: 25px;
  padding: 80px 0;
  margin-bottom: 80px;
}
.wonderful-review-wrap .title {
  color: #fff;
  font-size: 36px;
  text-align: center;
}
.wonderful-review-wrap .content {
  width: 1600px;
  margin: 40px auto 0;
}
.wonderful-review-wrap .content:after {
  display: block;
  content: '';
  clear: both;
}
.wonderful-review-wrap .content .li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 40px;
}
.wonderful-review-wrap .content .li img {
  width: 100%;
}
.wonderful-review-wrap .content .li:nth-of-type(3n) {
  margin-right: 0;
}
.wonderful-review-wrap .wonderful-a {
  text-align: center;
  width: 285px;
  margin: 0 auto;
}
.wonderful-review-wrap .wonderful-a:after {
  display: block;
  content: '';
  clear: both;
}
.wonderful-review-wrap .wonderful-a .ind-download-a {
  background: #77c95c;
}
.wonderful-review-wrap .wonderful-a .ind-download-a:hover {
  background: #77c95c;
}
.wonderful-review-wrap .wonderful-a .ind-download-a:after {
  border-left: 20px solid #77c95c;
}
.music-box {
  margin: 35px 0;
  padding-bottom: 40px;
  position: relative;
}
.music-box .swiper-slide img {
  width: 100%;
}
.music-box .swiper-container-music {
  overflow: hidden;
}
.music-box .swiper-button-prev {
  left: -50px;
}
.music-box .swiper-button-next {
  right: -50px;
}
.music-box .Media-tit {
  color: #084a95;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.temporary-box {
  margin-top: 25px;
}
.temporary-box:after {
  display: block;
  content: '';
  clear: both;
}
.temporary-box a {
  margin-right: 50px;
}
.ipfm-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.ipfm-box .ipfm-li {
  width: 31.33%;
  height: 51px;
  font-weight: bold;
  line-height: 51px;
  text-indent: 12%;
  background: url(../images/page-img137.png) no-repeat left center;
  background-size: contain;
  margin-right: 3%;
}
.ipfm-box .ipfm-li a {
  display: block;
  color: #219244;
  font-size: 20px;
}
.ipfm-box .ipfm-li:last-of-type {
  margin-right: 0;
}
.custom-box {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 100;
  display: none;
  width: 185px;
}
.custom-box-exhibition,
.custom-box-visit {
  width: 85%;
  margin: 0 5%;
  border-radius: 5px;
  background: #fff;
  padding: 24px 0;
  color: #fff;
  position: absolute;
  left: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
}
.custom-box-exhibition img,
.custom-box-visit img {
  vertical-align: sub;
  margin-right: 8px;
}
.custom-box-exhibition:hover,
.custom-box-visit:hover {
  opacity: 0.7;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  color: #219244;
}
.custom-box-exhibition {
  bottom: 215px;
  color: #219244;
}
.custom-box-visit {
  bottom: 120px;
  color: #219244;
}
.registration-page {
  margin-top: 20px;
}
.registration-page:after {
  display: block;
  content: '';
  clear: both;
}
.registration-page .li {
  width: 31.33%;
  float: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
.registration-page .li:nth-of-type {
  margin-right: 0;
}
.registration-page .li .img {
  width: 100%;
  height: 215px;
}
.registration-page .li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.registration-page .li .tit {
  font-size: 16px;
  margin: 12px 0 2px 0;
}
.registration-page .li .a {
  font-size: 14px;
}
.mb-show {
  display: none;
}
.pc-show {
  display: block;
}
@media screen and (max-width: 1700px) {
  .head-com .head-box .logo {
    width: calc(100% - 912px);
    margin-top: 0;
    line-height: 100px;
  }
  .head-com .head-box .logo img {
    width: 45%;
    vertical-align: middle;
    display: initial;
    float: none;
  }
  .head-com .head-box .nav .nav-li {
    padding: 15px 10px;
  }
  .wonderful-review-wrap {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .wonderful-review-wrap .content {
    width: 90%;
    margin: 40px 5% 0;
  }
}
@media screen and (max-width: 1550px) {
  .page-wrap .page-list .why-ecout.img-banner img {
    max-width: 60%;
  }
}
@media screen and (max-width: 1440px) {
  .ind-review .con .info-data .data-li .digital {
    font-size: 34px;
  }
  .ind-review .con .info-data .data-li .tit {
    font-size: 14px;
  }
}
@media screen and (max-width: 1366px) {
  .head-top .con .time {
    font-size: 16px;
    margin-top: 7px;
  }
  .head-top .con .time span {
    display: block;
  }
}
/*手机版样式*/
@media screen and (max-width: 780px) {
  .page-wrap .news-box1 .news-li {
    width: 100%;
    margin-right: 0;
  }
  .page-wrap .news-box1 .news-li .news-r img {
    max-width: 100% !important;
    height: auto !important;
  }
  .suspension1 {
    display: none;
  }
  .audience .audi-left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .audience .audi-left .img {
    width: calc(100%/2);
  }
  .audience .audi-right {
    width: 95%;
    margin-top: 25px;
  }
  .audience .audi-right .au-title {
    font-size: 25px;
    font-weight: bold;
  }
  .audience .audi-right .au-title1 {
    font-size: 18px;
  }
  .audience .audi-right .au-tit {
    font-size: 18px;
  }
  .audience .audi-right .au-item .item .item-name {
    font-size: 16px;
  }
  .audience .audi-right .au-item .item .item-info {
    font-size: 14px;
  }
  .audience .audi-right .au-item .item::before {
    left: -5%;
  }
  .exh-scope .sco-title {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .exh-scope .scope {
    display: block;
    margin-bottom: 15px;
  }
  .exh-scope .scope .sco-item {
    display: block;
    width: 100%;
    padding-right: 0px;
    margin-right: 0px;
    border-right: 0;
  }
  .exh-scope .scope .sco-item .item .litit {
    color: #e5e5e5;
    font-size: 16px;
    line-height: 30px;
  }
  .mb-show {
    display: block;
  }
  .pc-show {
    display: none;
  }
  body,
  html {
    font-size: 14px;
  }
  .suspension {
    display: none;
  }
  .head-warp,
  .top-bot {
    height: 6vh;
  }
  .head-top {
    display: none;
  }
  .head-com {
    height: 6vh;
  }
  .head-com .head-com-left-img,
  .head-com .head-com-right-img {
    height: 100%;
  }
  .head-com .head-box .logo {
    margin-top: 1vh;
    width: auto;
  }
  .head-com .head-box .logo img {
    height: auto;
    width: 11vh;
    float: left;
  }
  .head-com .head-box .logo span {
    display: none;
  }
  .head-com .head-box .nav {
    padding-bottom: 40px;
    margin-right: 0;
    background: rgba(255, 255, 255, 0.9);
    position: fixed;
    overflow-x: hidden;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    text-align: center;
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: 400ms;
    -moz-transition: 400ms;
    -o-transition: 400ms;
    transition: 400ms;
  }
  .head-com .head-box .nav .nav-li {
    width: 35%;
    float: none;
    padding: 8px 0;
    margin: 7px auto;
  }
  .head-com .head-box .nav ul {
    padding-top: 7vh;
  }
  .head-com .head-box .nav li {
    width: 100%;
    float: none;
    margin: 0 auto;
    transition: 0.8s;
    -moz-transition: 0.8s;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    padding: 0;
    height: auto;
  }
  .head-com .head-box .nav li a {
    display: block;
  }
  .head-com .head-box .nav li.after {
    margin: 0 auto;
  }
  .head-com .head-box .nav li.Search {
    z-index: 16;
  }
  .head-com .head-box .nav li.Search .sea-com {
    right: -58px;
    top: 52px;
  }
  .head-com .head-box .nav.curr {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .head-com .head-box .nav.curr li {
    -webkit-animation: navbox 0.6s both;
    -moz-animation: navbox 0.6s both;
    -ms-animation: navbox 0.6s both;
    animation: navbox 0.6s both;
  }
  .head-com .head-box .nav.curr li:nth-of-type(1) {
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.2s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(2) {
    animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(3) {
    animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(4) {
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(5) {
    animation-delay: 0.6s;
    -webkit-animation-delay: 0.6s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(6) {
    animation-delay: 0.7s;
    -webkit-animation-delay: 0.7s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(7) {
    animation-delay: 0.8s;
    -webkit-animation-delay: 0.8s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(8) {
    animation-delay: 0.9s;
    -webkit-animation-delay: 0.9s;
  }
  .head-com .head-box .nav.curr li:nth-of-type(9) {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
  }
  .head-com .nav-bg {
    position: initial;
    overflow: hidden;
    width: 100%;
    margin: 10px auto 0;
    padding-top: 0;
  }
  .head-com .nav-bg .con {
    width: 100%;
    margin-right: 0;
  }
  .head-com .nav-bg .con .nav-info {
    width: 100%;
    padding: 0 10%;
    border: none;
    display: none;
  }
  .head-com .nav-bg .con .nav-a {
    width: 80% !important;
    margin: 20px 10% 0;
    text-align: center;
  }
  .head-com .nav-bg .con .nav-a .Level-wp {
    width: 100%;
  }
  .head-com .nav-bg .con .nav-a a {
    text-align: left;
  }
  .mb-nav-box {
    background: #3180ce;
    width: 6vh;
    height: 6vh;
    padding-left: 1.3vh;
    padding-top: 1.2vh;
    z-index: 16;
    position: fixed;
    right: 0;
    top: 0;
  }
  .mb-nav-box span {
    width: 3.5vh;
    height: 3px;
    background: #fff;
    display: block;
    margin: 4px 0;
    border-radius: 35px;
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .mb-nav-box.curr span {
    transition: 0.4s;
    -moz-transition: 0.4s;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
  }
  .mb-nav-box.curr span:nth-of-type(1) {
    -ms-transform: translateY(7px) rotate(-45deg);
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .mb-nav-box.curr span:nth-of-type(2) {
    opacity: 0;
  }
  .mb-nav-box.curr span:nth-of-type(3) {
    -ms-transform: translateY(-7px) rotate(45deg);
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }
  .banner .banner-next,
  .banner .banner-prev {
    display: none;
  }
  .desc li {
    width: 100%;
    margin-bottom: 20px;
  }
  .desc li div {
    height: auto;
  }
  .ind-about {
    width: 100%;
    left: 0;
    margin: 0 auto;
    height: auto;
  }
  .ind-about .ab-bg-img1 {
    width: 74%;
  }
  .ind-about .ab-bg-img2 {
    width: 90%;
  }
  .ind-about .con {
    width: 90%;
    margin: 0 5%;
  }
  .ind-about .con .tit {
    width: 100%;
    font-size: 3vh;
  }
  .ind-about .con .tit span {
    display: inline;
  }
  .ind-about .con .info {
    width: 100%;
    margin-bottom: 30px;
  }
  .ind-scale {
    width: 100%;
    left: 0;
    margin: 0 auto;
    height: auto;
  }
  .ind-scale .con {
    width: 90%;
    margin: 0 5%;
  }
  .ind-scale .con .top {
    padding-top: 25px;
  }
  .ind-scale .con .top .top-li {
    margin: 10px 0;
    width: 33.33%;
    text-align: center;
  }
  .ind-scale .con .top .top-li .tit {
    margin: 0;
    float: none;
  }
  .ind-scale .con .top .top-li .tit .title {
    font-size: 2vh;
  }
  .ind-scale .con .top .top-li .tit .info {
    font-size: 3vh;
  }
  .ind-scale .con .top .top-li .img {
    float: none;
  }
  .ind-scale .con .top .top-li .img img {
    width: 7vh;
  }
  .ind-scale .con .time {
    padding-bottom: 20px;
  }
  .ind-scale .con .time .title {
    font-size: 2.4vh;
  }
  ul.countdown li span {
    font-size: 4vh;
  }
  ul.countdown li p {
    margin-top: 6px;
  }
  .ind-advantage {
    width: 100%;
    left: 0;
    margin: 0 auto;
    height: auto;
    background: url(../images/ind-img12.jpg) no-repeat center top;
    overflow: hidden;
    background-size: cover;
  }
  .ind-advantage .con {
    width: 90%;
    margin: 3% 5%;
    overflow: hidden;
  }
  .ind-advantage .con .advantage-li {
    width: 50%;
    margin: 10px 0;
    text-align: center;
  }
  .ind-advantage .con .advantage-li .img {
    margin: 5px 0;
  }
  .ind-advantage .con .advantage-li .img img {
    width: 14vh;
  }
  .ind-advantage .con .advantage-li .img:hover {
    margin-top: 0;
  }
  .ind-advantage .con .advantage-li .title {
    font-size: 16px;
  }
  .ind-advantage .con .advantage-li .adv-desc {
    text-align: center;
    min-height: 67px;
  }
  .ind-advantage .con .advantage-li .adv-desc span {
    float: none;
    font-size: 12px;
  }
  .mxpackinfo {
    margin-top: 50px;
    padding: 20px 0;
  }
  .mxpackinfo .con .page-text {
    margin-bottom: 20px;
  }
  .mxpackinfo .con .advantage-li {
    width: 47%;
    margin: 0 1.5%;
  }
  .mxpackinfo .con .advantage-li .img img {
    width: 100%;
    height: auto;
  }
  .mxpack-core .mxpack-tit {
    line-height: 30px;
  }
  .mxpack-core .core-li .core-img {
    width: 100%;
  }
  .mxpack-core .core-li .core-img img {
    width: 100%;
  }
  .mxpack-core .core-li .core-tit {
    width: 100%;
  }
  .mxpack-core .core-li .core-tit .tit {
    font-size: 26px;
  }
  .mxpack-core .core-li .core-tit .tit span {
    height: 15px;
  }
  .mxpack-core .core-li .core-tit .tit-info {
    font-size: 22px;
  }
  .mxpack-core .core-a {
    width: 100%;
    margin: 20px 0;
  }
  .mxpack-core .core-a .ind-download-a {
    float: left;
  }
  .channel .con .channel-tit {
    font-size: 22px;
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .channel .con .channel-top {
    padding-bottom: 20px;
  }
  .channel .con .channel-top .channel-img {
    width: 100%;
    text-align: center;
  }
  .channel .con .channel-top .channel-info {
    font-size: 20px;
  }
  .channel .con .swiper-slide {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    line-height: inherit;
  }
  .channel .con .swiper-slide img {
    max-height: 100%;
  }
  .channel .con .swiper-pagination {
    bottom: 6px;
  }
  .channel .con .swiper-container-channel {
    padding-bottom: 30px;
  }
  .Exhibits-range .range-con {
    padding-top: 15px;
  }
  .Exhibits-range .range-con .box {
    width: 100%;
  }
  .Exhibits-range .range-con .box .li-box .li {
    width: 100%;
  }
  .Exhibits-range .range-con .box .tit {
    margin: 20px 0;
  }
  .vip-buyers .vip-img {
    margin: 20px 0;
  }
  .vip-buyers .vip-img img {
    width: 100%;
  }
  .brilliant .brilliant-li {
    margin: 20px 0;
    padding: 15px;
  }
  .brilliant .brilliant-li .img {
    width: 100%;
  }
  .brilliant .brilliant-li .img img {
    width: 100%;
  }
  .brilliant .brilliant-li .title {
    width: 100%;
    margin-right: 0;
  }
  .brilliant .brilliant-li .title .tit {
    font-size: 22px;
    margin-top: 5px;
  }
  .brilliant .brilliant-li .title .tit span {
    position: initial;
    font-size: 18px;
    float: none;
    width: 100%;
    margin-top: 15px;
    display: block;
  }
  .brilliant .brilliant-li .title .more {
    margin-bottom: 12px;
  }
  .page-wrap .page-Activity .Activity-li {
    width: 100%;
    min-height: auto;
  }
  .page-wrap .page-Activity .Activity-li .img img {
    display: block;
  }
  .mxpack-tit {
    font-size: 22px;
  }
  .channel {
    background: url(../images/page-img116.jpg) no-repeat left top #fb910a;
  }
  .Exhibits-range {
    background: url(../images/page-img118.jpg) no-repeat #1e1c1d 100% 100%;
  }
  .ind-news {
    padding: 140px 0 20px 0;
    background: none;
  }
  .ind-news .con .con-li {
    width: 100%;
    margin-bottom: 30px;
  }
  .box-tit {
    top: 50px;
    width: 225px;
    height: 55px;
    line-height: 55px;
    font-size: 4vh;
    background-size: 100%;
    text-indent: 50px;
  }
  .box-tit-bg {
    width: 229px;
    top: 54px;
  }
  .ind-Brand {
    margin-top: 0;
  }
  .ind-Brand .con {
    padding-top: 25px;
  }
  .ind-Brand .con .tit {
    width: 100%;
    margin-top: 0px;
  }
  .ind-Brand .con .brand-info {
    width: 100%;
  }
  .ind-Brand .con .brand-info .swiper-pagination {
    bottom: -30px;
    display: none;
  }
  .Media-bottom {
    margin-top: 30px;
  }
  .ind-review {
    background-size: 100%;
    padding-bottom: 30px;
  }
  .ind-review .con .tit-info {
    width: 100%;
    margin-top: 20px;
  }
  .ind-review .con .tit-info .review-img img {
    width: 100%;
  }
  .ind-review .con .tit-info .pei-info {
    margin: 20px 0;
  }
  .ind-review .con .tit-info .pei-info .info-p {
    font-size: 16px;
    margin: 20px 0;
  }
  .ind-review .con .tit-info .info-data {
    padding: 5px 0 0 0;
  }
  .ind-review .con .tit-info .info-data .data-li {
    width: 100%;
    margin: 7px 0;
    padding-left: 15px;
  }
  .ind-review .con .tit-info .info-data .data-li .digital {
    float: left;
    font-size: 4vh;
  }
  .ind-review .con .tit-info .info-data .data-li .tit {
    float: left;
    line-height: 5.5vh;
    margin-left: 5px;
  }
  .ind-review .con .tit-info .info-data .data-li:last-of-type {
    border-right: none;
  }
  .ind-review .con .review-shuffling {
    margin-top: 25px;
    width: 100%;
  }
  .ind-review .con .review-shuffling .shu-img {
    top: -88px;
  }
  .ind-review .con .review-shuffling .swiper-container-review .swiper-slide {
    max-height: none;
    line-height: normal;
  }
  .ind-review.ind-rev-bg {
    padding-top: 115px;
  }
  .page-banner {
    width: 100%;
    left: 0;
    margin-left: 0;
    overflow: hidden;
    height: auto;
    min-height: auto;
  }
  .page-banner img {
    height: 135px;
    margin: -5% 0 -5% -5%;
  }
  .page-banner .title-box .tit-box {
    width: 90%;
    margin: 25px 5% 0;
  }
  .page-banner .title-box .tit-box .tit-h2 {
    font-size: 24px;
  }
  .info-banner img {
    height: 100%;
    width: 100%;
    margin: 0;
    filter: initial;
    -webkit-filter: initial;
    -moz-filter: initial;
    -ms-filter: initial;
    -o-filter: initial;
  }
  .Media-tit {
    font-size: 24px;
  }
  .page-wrap {
    width: 90%;
    margin: 0 5%;
  }
  .page-wrap .Breadcrumb {
    float: left;
    margin-bottom: 20px;
  }
  .page-wrap .page-list .list-li {
    width: 100%;
  }
  .page-wrap .page-list .list-li .title a {
    font-size: 20px;
  }
  .page-wrap .page-list .Breadcrumb {
    width: 100%;
    margin-top: 4px;
  }
  .page-wrap .page-list .mb-img img {
    width: 100%;
  }
  .page-wrap .page-list .industrial-box .industrial-li {
    width: 100%;
  }
  .page-wrap .page-list .industrial-box .industrial-li .img-left {
    border: none;
  }
  .page-wrap .page-list .audience-box .audience-li {
    width: 50%;
  }
  .page-wrap .page-list .satisfaction-box .audience-li {
    width: 100%;
  }
  .page-wrap .page-list .new-pavilion .img {
    width: 100%;
  }
  .page-wrap .page-list .new-pavilion .img img {
    width: 100%;
  }
  .page-wrap .page-list .new-pavilion .tit-box {
    width: 100%;
    margin-top: 20px;
  }
  .page-wrap .page-list .new-pavilion .tit-box .tit {
    font-size: 22px;
  }
  .page-wrap .page-list .new-pavilion .title {
    font-size: 24px;
  }
  .page-wrap .page-list .new-pavilion .info-img img {
    width: 100%;
  }
  .page-wrap .page-list .why-ecout {
    width: 100%;
    position: inherit;
    margin-left: 0;
  }
  .page-wrap .page-list .why-ecout.img-banner img {
    width: 85%;
    max-width: 100%;
  }
  .page-wrap .page-list .why-ecout.scope-wrap .scope-li li {
    width: 100%;
    min-height: auto;
    border-right: 0;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page-wrap .page-list .why-ecout.scope-wrap .scope-li:last-of-type {
    width: 100%;
    margin-top: 15px;
    margin-right: 0;
  }
  .page-wrap .page-list .why-ecout.scope-wrap .scope-con .li {
    float: left;
    margin-right: 10px;
  }
  .page-wrap .about-carry {
    padding: 5% 5% 0;
  }
  .page-wrap .about-carry .carry-box {
    padding-right: 0;
    border: none;
    margin: 15px 0;
  }
  .page-wrap .info-data {
    margin-bottom: 0;
  }
  .page-wrap .info-data .data-top {
    padding-bottom: 0;
  }
  .page-wrap .info-data .data-top .data-li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .page-wrap .info-data .data-bot .data-li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-wrap .info-data .data-bot .data-li .digital {
    font-size: 30px;
  }
  .page-wrap .info-data .data-bot .data-li:nth-of-type(2) {
    width: 100%;
  }
  .page-wrap .info-data .data-bot .data-li:nth-of-type(3) {
    width: 100%;
  }
  .page-wrap .page-down {
    padding-bottom: 8%;
    margin-top: 15px;
  }
  .page-wrap .page-down .down-li a {
    font-size: 14px;
  }
  .page-wrap .page-down .down-li a .down-a {
    display: none;
  }
  .page-wrap .feedback-img {
    margin: 30px 0;
  }
  .page-wrap .feedback-img img {
    width: 100%;
  }
  .page-wrap .exhibitors-comments-sw .swiper-container-comments .swiper-button-next {
    display: none;
  }
  .page-wrap .exhibitors-comments-sw .swiper-container-comments .swiper-button-prev {
    display: none;
  }
  .page-wrap .exhibitors-comments-sw .swiper-container-comments .comments-sw-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-wrap .exhibitors-comments-sw .swiper-container-comments .comments-sw-tit {
    width: 100%;
  }
  .page-wrap .process-box .process-li {
    margin-bottom: 20px;
    width: 100%;
  }
  .page-wrap .process-box .process-li .info {
    text-align: center;
  }
  .page-wrap .process-box .bg-list {
    display: none;
  }
  .page-wrap .Bright-info {
    width: 100%;
  }
  .page-wrap .news-box .news-li .news-l {
    width: 100%;
  }
  .page-wrap .news-box .news-li .news-r {
    width: 100%;
    margin-top: 15px;
  }
  .page-wrap .news-details {
    margin-top: 15px;
  }
  .page-wrap .news-details .con img {
    width: 100%;
  }
  .page-wrap .pavilion-introduced .pav-int-img img {
    width: 100%;
  }
  .page-wrap .hotel-box .hotel-li {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-wrap .hotel-box .hotel-li .img img {
    width: 100%;
  }
  .page-wrap .hotel-add .img {
    width: 100%;
  }
  .page-wrap .hotel-add .img img {
    width: 40px;
  }
  .page-wrap .hotel-add .tit {
    width: 100%;
  }
  .page-wrap .airport-box .air-li .top {
    font-size: 15px;
  }
  .page-wrap .airport-box .air-li .info {
    padding: 5%;
    font-size: 14px;
  }
  .page-wrap .recommended-box {
    border-bottom: 2px solid #2871c8;
    height: 42px;
  }
  .page-wrap .recommended-box .title {
    font-size: 24px;
  }
  .page-wrap .recommended-box .info {
    display: none;
  }
  .page-wrap .recommended-info {
    margin-top: 15px;
  }
  .page-wrap .recommended-info .rec-li {
    width: 100%;
  }
  .page-wrap .recommended-info .rec-li .img .add {
    top: 22px;
  }
  .page-wrap .booking-sw .swiper-button-next {
    display: none;
  }
  .page-wrap .booking-sw .swiper-button-prev {
    display: none;
  }
  .page-wrap .booking-img img {
    width: 100%;
  }
  .page-wrap .organizer-wp .org-li:nth-of-type(2) {
    padding-left: 0;
    border: none;
    margin-top: 30px;
  }
  .page-wrap .organizer-wp .org-li:nth-of-type(3) .tit {
    display: none;
  }
  .page-wrap .organizer-wp2 .org-li:nth-of-type(2) {
    padding-left: 0;
    border: none;
    margin-top: 30px;
  }
  .page-wrap .organizer-wp2 .org-li {
    margin-right: 0;
  }
  .page-wrap .organizer-wp2 .org-li:nth-of-type(3) .tit {
    display: none;
  }
  .page-wrap .organizer-wp2 .org-li:nth-of-type(4) {
    padding-left: 0;
    border: none;
    margin-top: 30px;
  }
  .page-wrap .industrial-box .industrial-li .img-left {
    width: 100%;
    height: auto;
  }
  .page-wrap .industrial-box .industrial-li .tit-rig {
    padding: 0 5%;
  }
  .page-wrap .page-text img {
    width: 100%;
  }
  .page-wrap .Media-box .con-li {
    width: 48%;
  }
  .page-wrap .exhibitors-comments-sw {
    height: auto;
  }
  .page-wrap .prices-box td {
    width: initial;
  }
  .page-wrap .figure-img .figure-li {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-wrap .Bright-tit img {
    width: 100%;
  }
  .page-wrap .satisfaction-box .audience-li {
    width: 100%;
  }
  .page-wrap .exhibitors-letter {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .page-wrap .exhibitors-letter a {
    width: 10%;
    text-align: center;
    padding: 4px 0;
    margin-right: 0;
    border: none;
    display: block;
    float: left;
  }
  .page-wrap .exhibitors-input .exh-sel,
  .page-wrap .exhibitors-input .exh-inp,
  .page-wrap .exhibitors-input .exh-sou {
    width: 100%;
    margin: 3px 0;
  }
  .page-wrap .exhibitors-list .list-li .tit-top {
    height: auto;
    overflow: hidden;
    line-height: 30px;
    padding: 5%;
  }
  .page-wrap .exhibitors-list .list-li .tit-top span {
    width: 100%;
  }
  .page-wrap .exhibitors-list .list-li .tit-top span:nth-of-type(2) {
    width: 100%;
  }
  .page-wrap .exhibitors-list .list-li .tit-top span:nth-of-type(3) {
    width: 100%;
  }
  .page-wrap .exhibitors-list .list-li .tit-top span:nth-of-type(3) .fa {
    display: none;
  }
  .page-wrap .exhibitors-list .list-li .tit-info .img-list {
    width: 100%;
    height: auto;
    line-height: initial;
  }
  .page-wrap .exhibitors-list .list-li .tit-info .img-list img {
    max-width: 100%;
    max-height: 100%;
  }
  .page-wrap .exhibitors-list .list-li .tit-info .exhibitors-tit-box {
    width: 100%;
    margin-top: 15px;
  }
  .Bright-page {
    width: 100%;
    margin-left: 0;
    left: 0;
    margin-bottom: 20px;
  }
  .Bright-page .advantage-li {
    width: 100%;
  }
  .Bright-page .mb-advantage-top .advantage-li {
    margin-top: 15px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px;
    display: flex;
    align-items: center;
  }
  .Bright-page .mb-advantage-top .advantage-li .img {
    float: left;
    margin: 0;
    width: 13%;
  }
  .Bright-page .mb-advantage-top .advantage-li .img img {
    width: 100%;
  }
  .Bright-page .mb-advantage-top .advantage-li .title {
    float: left;
    width: 87%;
    line-height: 22px;
  }
  .Bright-page .mb-advantage-top .page-advantage-img {
    margin: 25px 0 15px 0;
  }
  .Bright-page .mb-advantage-top .page-advantage-img:after {
    background: none;
  }
  .Bright-page .page-advantage-img img {
    width: 100%;
  }
  .Bright-page .after {
    display: none;
  }
  .ind-download-a {
    padding: 10px 35px 10px 55px;
  }
  .ind-download-a:after {
    border-bottom: 43px solid transparent;
  }
  .ind-download-a.ind-download-a-green {
    width: calc(100% - 25px);
    margin-bottom: 10px;
  }
  .ind-download-a.ind-download-a-orange {
    width: calc(100% - 25px);
    margin-bottom: 10px;
  }
  .size-page .con {
    width: 100%;
    margin: 0;
  }
  .intro-page {
    height: auto;
    padding-bottom: 50px;
    margin-top: 0;
  }
  .intro-page .intro-bg {
    height: auto;
    overflow: hidden;
    padding: 5%;
  }
  .intro-page .intro-bg .intro-left {
    width: 100%;
  }
  .intro-page .intro-bg .intro-right {
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }
  .page-customer {
    width: 100%;
  }
  .page-customer .img img {
    width: 100%;
  }
  .page-customer .title {
    margin-top: 0;
  }
  .page-customer .title .tit {
    width: 100%;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 2px solid #90c449;
    padding-bottom: 10px;
  }
  .page-customer .title .info {
    width: 100%;
  }
  .contact-wp .cont-li {
    width: 100%;
    margin: 10px 0;
  }
  .contact-wp .hotel {
    overflow: hidden;
  }
  .contact-wp .hotel .hoter-a {
    left: 18px;
    top: 30px;
    font-size: 16px;
    padding: 12px 20px;
  }
  .contact-wp .hotel:nth-of-type(2) {
    width: 90%;
    margin: -300px 5% 0;
  }
  .exhi-info .top .top-t {
    width: 100%;
  }
  .exhi-info .top .top-t .company {
    margin-top: 0;
  }
  .exhi-info .top .img {
    float: left;
    margin-top: 15px;
  }
  .exhi-info .bottom .por-con .conent .pro-li {
    width: 100%;
    height: auto;
    line-height: initial;
  }
  .exhi-info .bottom .por-con .conent .pro-li img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .exhi-info .bottom .por-con .conent .news-li span {
    display: none;
  }
  .exhi-pro .pro-li {
    width: 100%;
  }
  .Activity-introduced .info .page-title-all {
    float: left;
    margin-top: 10px;
  }
  .page-title-all {
    font-size: 22px;
    height: 45px;
    line-height: 45px;
  }
  .ind-Media-bottom .img {
    margin-bottom: 10px;
  }
  .con-media {
    margin-top: 25px;
    padding-bottom: 0;
  }
  .con-media .img {
    margin-bottom: 10px;
  }
  .product-list .product-li .info .company {
    display: block;
  }
  .product-list .item,
  .product-list .brand-list .additem {
    width: 46%;
  }
  .head-com .head-box .logo a {
    overflow: initial;
  }
  .simulate-box {
    width: calc(100% + 22px);
  }
  .product-list {
    width: 100%;
  }
  .exr-range {
    width: 100%;
    display: none;
  }
  .advantage-tit {
    width: 100%;
    margin-top: 40px;
  }
  .advantage-con {
    width: 100%;
  }
  .page-wrap {
    min-height: auto;
  }
  .footer .fot-bg-img1 {
    top: 0;
  }
  .footer .con .bottom-top .mail {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer .con .bottom-top .ind-contact {
    width: 100%;
    margin-left: 0;
  }
  .footer .con .bottom-top .code {
    width: 100%;
    text-align: left;
    margin-top: 30px;
  }
  .footer .con .search .sea-input {
    width: 75%;
  }
  .footer .con .search .tit {
    width: 25%;
  }
  .wonderful-review-wrap {
    padding: 45px 0;
  }
  .wonderful-review-wrap .title {
    font-size: 20px;
  }
  .wonderful-review-wrap .content .li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 20px;
  }
  .wonderful-review-wrap .content .li:nth-of-type(3n) {
    margin-right: 8%;
  }
  .wonderful-review-wrap .content .li:nth-of-type(2n) {
    margin-right: 0;
  }
  .contact-new-wrap .content-top {
    border-bottom: 0;
  }
  .contact-new-wrap .content-top .tit {
    width: 50%;
    border-right: 25px solid #fff;
    margin-bottom: 10px;
  }
  .contact-new-wrap .content-top .tit:nth-of-type(2n) {
    border-right: 0;
    width: calc(50% - 12px);
  }
  .contact-new-wrap .content-con .cont-li {
    width: 100%;
    margin-right: 0;
  }
  .contact-new-wrap .content-con .cont-li .anniversary {
    right: 10px;
    top: 10px;
    width: 30px;
  }
  .contact-new-wrap .content-con .cont-li .img {
    width: 100px;
    height: 108px;
    margin: 15px 0 0 15px;
  }
  .contact-new-wrap .content-con .cont-li .info {
    width: calc(100% - 85px);
    padding: 15px;
    line-height: 22px;
  }
  .contact-new-wrap .content-con .cont-li .logo {
    margin-bottom: 10px;
  }
  .contact-new-wrap .content-con .cont-li .logo img {
    width: 125px;
  }
  .contact-new-wrap .content-con .cont-li .type {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .contact-new-wrap .content-con .cont-li .title {
    font-size: 15px;
    margin-bottom: 8px;
  }
  .contact-new-wrap .content-con .cont-li .tit {
    font-size: 14px;
    margin-top: 6px;
  }
  .ipfm-box {
    display: block;
  }
  .ipfm-box .ipfm-li {
    width: 100%;
    margin: 6px 0;
  }
  .ipfm-box .ipfm-li a {
    font-size: 16px;
  }
  .registration-page .li {
    width: 100%;
  }
  .registration-page .li .img {
    height: auto;
  }
  .registration-page .li .tit {
    font-size: 14px;
    margin: 12px 0 6px 0;
  }
}
.organizer-wp2 {
  display: flex;
  flex-wrap: wrap;
}
.organizer-wp2 .org-li {
  margin-right: 120px;
  width: 320px;
}
.organizer-wp2 .org-li .tit {
  font-size: 24px;
  color: #007c36;
  margin-bottom: 20px;
  height: 31px;
  width: 100%;
}
.organizer-wp2 .org-li .info {
  line-height: 28px;
}
.organizer-wp2 .org-li .info img {
  vertical-align: middle;
  margin-right: 10px;
}
.organizer-wp2 .org-li:nth-of-type(2) {
  border-left: 2px solid #007c36;
  padding-left: 120px;
  margin-right: 120px;
}
.organizer-wp2 .org-li:nth-of-type(4) {
  border-left: 2px solid #007c36;
  padding-left: 120px;
  margin-right: 120px;
}
.organizer-wp2 .org-li:nth-of-type(3) {
  margin-top: 20px;
}
.organizer-wp2 .org-li:nth-of-type(4) {
  margin-top: 20px;
}

.guide {
  background: #fff;
  border-radius: 8px;
}

.guide h2 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #007c36;
  border-bottom: 2px solid #007c36;
  padding-bottom: 10px;
  font-weight: bold;
}

.guide .location {
  font-size: 18px;
  color: #007c36;
  background-color: #e6f9e6;
  padding: 10px;
  border-left: 5px solid #007c36;
  margin-bottom: 20px;
  border-radius: 4px;
}
.guide ul {
  list-style-type: none;
  padding-left: 0;
}

.guide li {
  border: 1px solid #e1e1e1; 
}
.guide li:not(:last-child) {
  border-bottom: none;
}

.guide h3 {
  margin-bottom: 10px;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #007c36;
  background-color: #e6f9e6;
}

.guide li p {
  padding: 4px 10px;
}
.guide li p:last-child {
  padding-bottom: 14px;
}
.guide li p::before {
  content: "";
  flex: 0 0 6px;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #4aad75;
  margin-right: 10px;
  border-radius: 2px;
}

.guide strong {
  font-weight: bold;
  color: #007c36;
}